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

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

#include <bus.hpp>

Public Member Functions

 CtrlBusConfig ()
 Constructor. More...
 
CtrlBusConfigoperator= (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...
 

Detailed Description

Defines the configuration fields for a Control Bus class.

Constructor & Destructor Documentation

◆ CtrlBusConfig()

Constructor.

Assumes defaults for all fields.

Member Function Documentation

◆ operator=()

CtrlBusConfig & operator= ( const CtrlBusConfig src)

Assign Operator.

Parameters
srcCtrlBusConfig source object.
Returns
Reference for this.

Friends And Related Function Documentation

◆ operator==

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

Equality Operator.

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

Member Data Documentation

◆ cePin

uint cePin

Pin number of the Chip Enable.

Default: 0xFF (not assigned).

◆ oePin

uint oePin

Pin number of the Output Enable.

Default: 0xFF (not assigned).

◆ wePin

uint wePin

Pin number of the Write Enable.

Default: 0xFF (not assigned).


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