openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::AmdFlash::Chip Struct Reference

#include <AmdFlash.hh>

Collaboration diagram for openmsx::AmdFlash::Chip:
Collaboration graph
[legend]

Public Member Functions

constexpr void validate () const
 

Public Attributes

AutoSelect autoSelect
 
Geometry geometry
 
Program program = {}
 
CFI cfi = {}
 
Misc misc = {}
 

Detailed Description

Definition at line 159 of file AmdFlash.hh.

Member Function Documentation

◆ validate()

constexpr void openmsx::AmdFlash::Chip::validate ( ) const
inlineconstexpr

Member Data Documentation

◆ autoSelect

AutoSelect openmsx::AmdFlash::Chip::autoSelect

Definition at line 160 of file AmdFlash.hh.

Referenced by openmsx::AmdFlash::peek(), and validate().

◆ cfi

CFI openmsx::AmdFlash::Chip::cfi = {}

Definition at line 163 of file AmdFlash.hh.

Referenced by validate().

◆ geometry

Geometry openmsx::AmdFlash::Chip::geometry

Definition at line 161 of file AmdFlash.hh.

Referenced by openmsx::AmdFlash::peek(), openmsx::AmdFlash::size(), and validate().

◆ misc

Misc openmsx::AmdFlash::Chip::misc = {}

Definition at line 164 of file AmdFlash.hh.

Referenced by validate().

◆ program

Program openmsx::AmdFlash::Chip::program = {}

Definition at line 162 of file AmdFlash.hh.

Referenced by validate(), and openmsx::AmdFlash::write().


The documentation for this struct was generated from the following file: