openMSX
|
#include <AmdFlash.hh>
Classes | |
struct | PrimaryAlgorithm |
struct | SystemInterface |
Public Member Functions | |
constexpr void | validate () const |
Public Attributes | |
bool | command: 1 = false |
bool | withManufacturerDevice: 1 = false |
bool | withAutoSelect: 1 = false |
bool | exitCommand: 1 = false |
size_t | commandMask = 0xFF |
size_t | readMask = 0x7F |
struct openmsx::AmdFlash::CFI::SystemInterface | systemInterface = {} |
struct openmsx::AmdFlash::CFI::PrimaryAlgorithm | primaryAlgorithm = {} |
Definition at line 98 of file AmdFlash.hh.
|
inlineconstexpr |
Definition at line 147 of file AmdFlash.hh.
References command, openmsx::AmdFlash::CFI::PrimaryAlgorithm::Version::major, primaryAlgorithm, and openmsx::AmdFlash::CFI::PrimaryAlgorithm::version.
Referenced by openmsx::AmdFlash::Chip::validate().
bool openmsx::AmdFlash::CFI::command |
Definition at line 99 of file AmdFlash.hh.
Referenced by validate().
size_t openmsx::AmdFlash::CFI::commandMask = 0xFF |
Definition at line 103 of file AmdFlash.hh.
bool openmsx::AmdFlash::CFI::exitCommand |
Definition at line 102 of file AmdFlash.hh.
struct openmsx::AmdFlash::CFI::PrimaryAlgorithm openmsx::AmdFlash::CFI::primaryAlgorithm = {} |
Referenced by validate().
size_t openmsx::AmdFlash::CFI::readMask = 0x7F |
Definition at line 104 of file AmdFlash.hh.
struct openmsx::AmdFlash::CFI::SystemInterface openmsx::AmdFlash::CFI::systemInterface = {} |
bool openmsx::AmdFlash::CFI::withAutoSelect |
Definition at line 101 of file AmdFlash.hh.
bool openmsx::AmdFlash::CFI::withManufacturerDevice |
Definition at line 100 of file AmdFlash.hh.