![]() |
USB EPROM/Flash Programmer
|
Defines the configuration fields for a Address Bus class. More...
#include <bus.hpp>
Public Member Functions | |
AddrBusConfig () | |
Constructor. More... | |
AddrBusConfig & | operator= (const AddrBusConfig &src) |
Assign Operator. More... | |
Public Attributes | |
uint | aSinPin |
Pin number of the Address Shift Register SIN signal. More... | |
uint | aClkPin |
Pin number of the Address Shift Register CLK signal. More... | |
uint | aClrPin |
Pin number of the Address Shift Register CLR signal. More... | |
uint | aRckPin |
Pin number of the Address Shift Register RCK signal. More... | |
Friends | |
bool | operator== (const AddrBusConfig &a, const AddrBusConfig &b) |
Equality Operator. More... | |
Defines the configuration fields for a Address Bus class.
AddrBusConfig | ( | ) |
Constructor.
Assumes defaults for all fields.
AddrBusConfig & operator= | ( | const AddrBusConfig & | src | ) |
|
friend |
Equality Operator.
a | One object. |
b | Another object. |
uint aSinPin |
Pin number of the Address Shift Register SIN signal.
Default: 0xFF (not assigned).
uint aClkPin |
Pin number of the Address Shift Register CLK signal.
Default: 0xFF (not assigned).
uint aClrPin |
Pin number of the Address Shift Register CLR signal.
Default: 0xFF (not assigned).
uint aRckPin |
Pin number of the Address Shift Register RCK signal.
Default: 0xFF (not assigned).