openMSX
|
#include <AmdFlash.hh>
Public Member Functions | |
constexpr void | validate () const |
Public Attributes | |
ManufacturerID | manufacturer |
static_vector< uint8_t, 2 > | device |
uint16_t | extraCode = 0x0000 |
uint16_t | undefined = 0xFFFF |
bool | oddZero: 1 = false |
size_t | readMask = 0x03 |
Definition at line 36 of file AmdFlash.hh.
|
inlineconstexpr |
Definition at line 44 of file AmdFlash.hh.
References device, manufacturer, static_vector< T, N >::size(), and to_underlying().
Referenced by openmsx::AmdFlash::Chip::validate().
static_vector<uint8_t, 2> openmsx::AmdFlash::AutoSelect::device |
Definition at line 38 of file AmdFlash.hh.
Referenced by validate().
uint16_t openmsx::AmdFlash::AutoSelect::extraCode = 0x0000 |
Definition at line 39 of file AmdFlash.hh.
ManufacturerID openmsx::AmdFlash::AutoSelect::manufacturer |
Definition at line 37 of file AmdFlash.hh.
Referenced by validate().
bool openmsx::AmdFlash::AutoSelect::oddZero |
Definition at line 41 of file AmdFlash.hh.
Referenced by openmsx::AmdFlash::peek().
size_t openmsx::AmdFlash::AutoSelect::readMask = 0x03 |
Definition at line 42 of file AmdFlash.hh.
uint16_t openmsx::AmdFlash::AutoSelect::undefined = 0xFFFF |
Definition at line 40 of file AmdFlash.hh.
Referenced by openmsx::AmdFlash::peek().