CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
cdc::core::IModule::SlotRange Struct Reference

#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

Detailed Description

Definition at line 63 of file IModule.h.

Member Data Documentation

◆ eccEnd

uint8_t cdc::core::IModule::SlotRange::eccEnd = 0

Definition at line 67 of file IModule.h.

◆ eccStart

uint8_t cdc::core::IModule::SlotRange::eccStart = 0

Definition at line 66 of file IModule.h.

◆ hasEcc

bool cdc::core::IModule::SlotRange::hasEcc = false

Definition at line 64 of file IModule.h.

◆ hasRmem

bool cdc::core::IModule::SlotRange::hasRmem = false

Definition at line 65 of file IModule.h.

Referenced by cdc::core::SlotManager::setSlotRange().

◆ moduleId

uint8_t cdc::core::IModule::SlotRange::moduleId = 0

Definition at line 70 of file IModule.h.

Referenced by cdc::core::SlotManager::setSlotRange().

◆ rmemEnd

uint16_t cdc::core::IModule::SlotRange::rmemEnd = 0

Definition at line 69 of file IModule.h.

Referenced by cdc::core::SlotManager::setSlotRange().

◆ rmemStart

uint16_t cdc::core::IModule::SlotRange::rmemStart = 0

Definition at line 68 of file IModule.h.

Referenced by cdc::core::SlotManager::setSlotRange().


The documentation for this struct was generated from the following file:
  • components/cdc_core/include/cdc_core/IModule.h