|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <ISleepController.h>
Public Attributes | |
| const char * | moduleName |
| SleepCallback | callback |
| void * | context |
| uint8_t | priority |
Sleep callback registration entry
Definition at line 37 of file ISleepController.h.
| SleepCallback cdc::hal::SleepCallbackEntry::callback |
Definition at line 39 of file ISleepController.h.
| void* cdc::hal::SleepCallbackEntry::context |
Definition at line 40 of file ISleepController.h.
| const char* cdc::hal::SleepCallbackEntry::moduleName |
Definition at line 38 of file ISleepController.h.
| uint8_t cdc::hal::SleepCallbackEntry::priority |
Definition at line 41 of file ISleepController.h.