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

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

#include <bus.hpp>

Public Member Functions

 AddrBusConfig ()
 Constructor. More...
 
AddrBusConfigoperator= (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...
 

Detailed Description

Defines the configuration fields for a Address Bus class.

Constructor & Destructor Documentation

◆ AddrBusConfig()

Constructor.

Assumes defaults for all fields.

Member Function Documentation

◆ operator=()

AddrBusConfig & operator= ( const AddrBusConfig src)

Assign Operator.

Parameters
srcAddrBusConfig source object.
Returns
Reference for this.

Friends And Related Function Documentation

◆ operator==

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

Equality Operator.

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

Member Data Documentation

◆ aSinPin

uint aSinPin

Pin number of the Address Shift Register SIN signal.

Default: 0xFF (not assigned).

◆ aClkPin

uint aClkPin

Pin number of the Address Shift Register CLK signal.

Default: 0xFF (not assigned).

◆ aClrPin

uint aClrPin

Pin number of the Address Shift Register CLR signal.

Default: 0xFF (not assigned).

◆ aRckPin

uint aRckPin

Pin number of the Address Shift Register RCK signal.

Default: 0xFF (not assigned).


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