openMSX
|
#include <AmdFlash.hh>
Public Member Functions | |
constexpr void | validate () const |
Public Attributes | |
bool | fastCommand: 1 = false |
bool | bufferCommand: 1 = false |
bool | shortAbortReset: 1 = false |
power_of_two< size_t > | pageSize = 1 |
Definition at line 85 of file AmdFlash.hh.
|
inlineconstexpr |
Definition at line 91 of file AmdFlash.hh.
References bufferCommand, fastCommand, openmsx::AmdFlash::MAX_CMD_SIZE, and pageSize.
Referenced by openmsx::AmdFlash::Chip::validate().
bool openmsx::AmdFlash::Program::bufferCommand |
Definition at line 87 of file AmdFlash.hh.
Referenced by validate().
bool openmsx::AmdFlash::Program::fastCommand |
Definition at line 86 of file AmdFlash.hh.
Referenced by validate().
power_of_two<size_t> openmsx::AmdFlash::Program::pageSize = 1 |
Definition at line 89 of file AmdFlash.hh.
Referenced by validate().
bool openmsx::AmdFlash::Program::shortAbortReset |
Definition at line 88 of file AmdFlash.hh.
Referenced by openmsx::AmdFlash::write().