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