![]() |
USB EPROM/Flash Programmer
|
Defines the configuration fields for a Control Bus class. More...
#include <bus.hpp>
Public Member Functions | |
CtrlBusConfig () | |
Constructor. More... | |
CtrlBusConfig & | operator= (const CtrlBusConfig &src) |
Assign Operator. More... | |
Public Attributes | |
uint | cePin |
Pin number of the Chip Enable. More... | |
uint | oePin |
Pin number of the Output Enable. More... | |
uint | wePin |
Pin number of the Write Enable. More... | |
Friends | |
bool | operator== (const CtrlBusConfig &a, const CtrlBusConfig &b) |
Equality Operator. More... | |
Defines the configuration fields for a Control Bus class.
CtrlBusConfig | ( | ) |
Constructor.
Assumes defaults for all fields.
CtrlBusConfig & operator= | ( | const CtrlBusConfig & | src | ) |
|
friend |
Equality Operator.
a | One object. |
b | Another object. |
uint cePin |
Pin number of the Chip Enable.
Default: 0xFF (not assigned).
uint oePin |
Pin number of the Output Enable.
Default: 0xFF (not assigned).
uint wePin |
Pin number of the Write Enable.
Default: 0xFF (not assigned).