USB EPROM/Flash Programmer
Public Member Functions | Public Attributes | Friends | List of all members
DataBusConfig Struct Reference

Defines the configuration fields for a Data Bus class. More...

#include <bus.hpp>

Public Member Functions

 DataBusConfig ()
 Constructor. More...
 
DataBusConfigoperator= (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...
 

Detailed Description

Defines the configuration fields for a Data Bus class.

Constructor & Destructor Documentation

◆ DataBusConfig()

Constructor.

Assumes defaults for all fields.

Member Function Documentation

◆ operator=()

DataBusConfig & operator= ( const DataBusConfig src)

Assign Operator.

Parameters
srcDataBusConfig source object.
Returns
Reference for this.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const DataBusConfig a,
const DataBusConfig b 
)
friend

Equality Operator.

Parameters
aOne object.
bAnother object.
Returns
True if the objects contain equal values, false otherwise.

Member Data Documentation

◆ dSinPin

uint dSinPin

Pin number of the Data Shift Register SIN signal.

Default: 0xFF (not assigned).

◆ dClkPin

uint dClkPin

Pin number of the Data Shift Register CLK signal.

Default: 0xFF (not assigned).

◆ dClrPin

uint dClrPin

Pin number of the Data Shift Register CLR signal.

Default: 0xFF (not assigned).

◆ dRckPin

uint dRckPin

Pin number of the Data Shift Register RCK signal.

Default: 0xFF (not assigned).

◆ dSoutPin

uint dSoutPin

Pin number of the Data Shift Register SOUT signal (Q7).

Default: 0xFF (not assigned).


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