|
DUDS
|
Distributed Update of Data from Something
|
Holds configuration data for a single chip select. More...
#include <PinConfiguration.hpp>
Public Member Functions | |
| ChipSel ()=default | |
| ChipSel (SelMgr *m, int id) | |
Public Attributes | |
| int | chipId |
| The chip ID that is selected by this chip select. More... | |
| SelMgr * | mgr |
| The chip select manager configuration for this object. More... | |
| ChipSelect | sel |
| The chip select object for this configuration. More... | |
Holds configuration data for a single chip select.
Definition at line 415 of file PinConfiguration.hpp.
|
default |
Referenced by duds::hardware::interface::PinConfiguration::parse().
| duds::hardware::interface::PinConfiguration::ChipSel::ChipSel | ( | SelMgr * | m, |
| int | id | ||
| ) |
Definition at line 338 of file PinConfiguration.cpp.
| int duds::hardware::interface::PinConfiguration::ChipSel::chipId |
The chip ID that is selected by this chip select.
IDs are only unique within a single manager.
Definition at line 429 of file PinConfiguration.hpp.
Referenced by duds::hardware::interface::PinConfiguration::attachPort().
| SelMgr* duds::hardware::interface::PinConfiguration::ChipSel::mgr |
The chip select manager configuration for this object.
Definition at line 424 of file PinConfiguration.hpp.
Referenced by duds::hardware::interface::PinConfiguration::attachPort().
| ChipSelect duds::hardware::interface::PinConfiguration::ChipSel::sel |
The chip select object for this configuration.
It is configured after the attachment of the DigitalPort used by the chip select's manager.
Definition at line 420 of file PinConfiguration.hpp.
Referenced by duds::hardware::interface::PinConfiguration::attachPort().