|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <IModule.h>
Public Attributes | |
| bool | hasEcc = false |
| bool | hasRmem = false |
| uint8_t | eccStart = 0 |
| uint8_t | eccEnd = 0 |
| uint16_t | rmemStart = 0 |
| uint16_t | rmemEnd = 0 |
| uint8_t | moduleId = 0 |
| bool cdc::core::IModule::SlotRange::hasRmem = false |
Definition at line 65 of file IModule.h.
Referenced by cdc::core::SlotManager::setSlotRange().
| uint8_t cdc::core::IModule::SlotRange::moduleId = 0 |
Definition at line 70 of file IModule.h.
Referenced by cdc::core::SlotManager::setSlotRange().
| uint16_t cdc::core::IModule::SlotRange::rmemEnd = 0 |
Definition at line 69 of file IModule.h.
Referenced by cdc::core::SlotManager::setSlotRange().
| uint16_t cdc::core::IModule::SlotRange::rmemStart = 0 |
Definition at line 68 of file IModule.h.
Referenced by cdc::core::SlotManager::setSlotRange().