openMSX
|
#include <AmdFlash.hh>
Public Member Functions | |
constexpr void | validate () const |
Public Attributes | |
AutoSelect | autoSelect |
Geometry | geometry |
Program | program = {} |
CFI | cfi = {} |
Misc | misc = {} |
Definition at line 160 of file AmdFlash.hh.
|
inlineconstexpr |
Definition at line 167 of file AmdFlash.hh.
References autoSelect, cfi, geometry, misc, program, openmsx::AmdFlash::AutoSelect::validate(), openmsx::AmdFlash::Geometry::validate(), openmsx::AmdFlash::Program::validate(), openmsx::AmdFlash::CFI::validate(), and openmsx::AmdFlash::Misc::validate().
Referenced by openmsx::AmdFlash::ValidatedChip::ValidatedChip().
AutoSelect openmsx::AmdFlash::Chip::autoSelect |
Definition at line 161 of file AmdFlash.hh.
Referenced by openmsx::AmdFlash::peek(), and validate().
CFI openmsx::AmdFlash::Chip::cfi = {} |
Definition at line 164 of file AmdFlash.hh.
Referenced by validate().
Geometry openmsx::AmdFlash::Chip::geometry |
Definition at line 162 of file AmdFlash.hh.
Referenced by openmsx::AmdFlash::peek(), openmsx::AmdFlash::size(), and validate().
Misc openmsx::AmdFlash::Chip::misc = {} |
Definition at line 165 of file AmdFlash.hh.
Referenced by validate().
Program openmsx::AmdFlash::Chip::program = {} |
Definition at line 163 of file AmdFlash.hh.
Referenced by validate(), and openmsx::AmdFlash::write().