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

#include <AmdFlash.hh>

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

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
 

Detailed Description

Definition at line 83 of file AmdFlash.hh.

Member Function Documentation

◆ validate()

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

Member Data Documentation

◆ bufferCommand

bool openmsx::AmdFlash::Program::bufferCommand

Definition at line 85 of file AmdFlash.hh.

Referenced by validate().

◆ fastCommand

bool openmsx::AmdFlash::Program::fastCommand

Definition at line 84 of file AmdFlash.hh.

Referenced by validate().

◆ pageSize

power_of_two<size_t> openmsx::AmdFlash::Program::pageSize = 1

Definition at line 87 of file AmdFlash.hh.

Referenced by validate().

◆ shortAbortReset

bool openmsx::AmdFlash::Program::shortAbortReset

Definition at line 86 of file AmdFlash.hh.

Referenced by openmsx::AmdFlash::write().


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