USB EPROM/Flash Programmer
Public Member Functions | List of all members
CtrlBus Class Reference

Control Bus Class. More...

#include <bus.hpp>

Public Member Functions

 CtrlBus ()
 Constructor. More...
 
 CtrlBus (const CtrlBusConfig &config)
 Constructor. More...
 
 ~CtrlBus ()
 Destructor. More...
 
void configure (const CtrlBusConfig &config)
 Configures the Control Bus. More...
 
CtrlBusConfig getConfig () const
 Gets the current configuration data. More...
 
void setCE (bool value=true)
 Sets the CE pin. More...
 
void setOE (bool value=true)
 Sets the OE pin. More...
 
void setWE (bool value=true)
 Sets the WE pin. More...
 

Detailed Description

Control Bus Class.

The purpose of this class is to provide the methods to manipulate a Control Bus Module.

Constructor & Destructor Documentation

◆ CtrlBus() [1/2]

CtrlBus ( )

Constructor.

Assumes a default value for the configuration.

◆ CtrlBus() [2/2]

CtrlBus ( const CtrlBusConfig config)
explicit

Constructor.

Parameters
configConfiguration data.

◆ ~CtrlBus()

~CtrlBus ( )

Destructor.

Member Function Documentation

◆ configure()

void configure ( const CtrlBusConfig config)

Configures the Control Bus.

Parameters
configConfiguration data.

◆ getConfig()

CtrlBusConfig getConfig ( ) const

Gets the current configuration data.

Returns
Copy of the current configuration data.

◆ setCE()

void setCE ( bool  value = true)

Sets the CE pin.

Parameters
valueValue to set.

◆ setOE()

void setOE ( bool  value = true)

Sets the OE pin.

Parameters
valueValue to set.

◆ setWE()

void setWE ( bool  value = true)

Sets the WE pin.

Parameters
valueValue to set.

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