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

Address Bus Class. More...

#include <bus.hpp>

Public Member Functions

 AddrBus ()
 Constructor. More...
 
 AddrBus (const AddrBusConfig &config)
 Constructor. More...
 
 ~AddrBus ()
 Destructor. More...
 
void configure (const AddrBusConfig &config)
 Configures the Data Bus. More...
 
AddrBusConfig getConfig () const
 Gets the current configuration data. More...
 
bool writeByte (uint8_t value)
 Writes a byte to the Address Bus. More...
 
bool writeWord (uint16_t value)
 Writes a word to the Address Bus. More...
 
bool writeDWord (uint32_t value)
 Writes a double word to the Address Bus. More...
 
bool increment ()
 Increments the Address Bus. More...
 
uint32_t get () const
 Gets the current address. More...
 

Detailed Description

Address Bus Class.

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

Constructor & Destructor Documentation

◆ AddrBus() [1/2]

AddrBus ( )

Constructor.

Assumes a default value for the configuration.

◆ AddrBus() [2/2]

AddrBus ( const AddrBusConfig config)
explicit

Constructor.

Parameters
configConfiguration data.

◆ ~AddrBus()

~AddrBus ( )

Destructor.

Member Function Documentation

◆ configure()

void configure ( const AddrBusConfig config)

Configures the Data Bus.

Parameters
configConfiguration data.

◆ getConfig()

AddrBusConfig getConfig ( ) const

Gets the current configuration data.

Returns
Copy of the current configuration data.

◆ writeByte()

bool writeByte ( uint8_t  value)

Writes a byte to the Address Bus.

Parameters
valueValue to write.
Returns
True if success. False otherwise.

◆ writeWord()

bool writeWord ( uint16_t  value)

Writes a word to the Address Bus.

Parameters
valueValue to write.
Returns
True if success. False otherwise.

◆ writeDWord()

bool writeDWord ( uint32_t  value)

Writes a double word to the Address Bus.

Parameters
valueValue to write.
Returns
True if success. False otherwise.

◆ increment()

bool increment ( )

Increments the Address Bus.

Returns
True if success. False otherwise.

◆ get()

uint32_t get ( ) const

Gets the current address.

Returns
Current address value.

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