|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Functions | |
| bool | isBlocked (uint8_t pin) |
| bool | isAllowed (uint8_t pin) |
Variables | |
| constexpr uint8_t | BLOCKED [] |
| constexpr uint8_t | ALLOWED [] |
| constexpr size_t | BLOCKED_COUNT = sizeof(BLOCKED) / sizeof(BLOCKED[0]) |
| constexpr size_t | ALLOWED_COUNT = sizeof(ALLOWED) / sizeof(ALLOWED[0]) |
|
inline |
Definition at line 71 of file PluginGpioPolicy.h.
References ALLOWED, ALLOWED_COUNT, and isBlocked().
Referenced by host_pixel_strip_init(), and cdc::plugin_manager::CapabilityChecker::validate().
|
inline |
Definition at line 63 of file PluginGpioPolicy.h.
References BLOCKED, and BLOCKED_COUNT.
Referenced by isAllowed(), and cdc::plugin_manager::CapabilityChecker::validate().
|
inlineconstexpr |
Definition at line 43 of file PluginGpioPolicy.h.
Referenced by isAllowed().
|
inlineconstexpr |
Definition at line 61 of file PluginGpioPolicy.h.
Referenced by isAllowed().
|
inlineconstexpr |
Definition at line 19 of file PluginGpioPolicy.h.
Referenced by isBlocked().
|
inlineconstexpr |
Definition at line 60 of file PluginGpioPolicy.h.
Referenced by isBlocked().