![]() |
Wirepas SDK
|
Go to the source code of this file.
Functions | |
| const hardware_capabilities_t * | hardware_getCapabilities (void) |
| Returns board hardware capabilities. More... | |
Data Structures | |
| union | platform_t |
| Platform specific descriptions. More... | |
| struct | hardware_capabilities_t |
| Hardware features that can be installed on a board. More... | |
| const hardware_capabilities_t* hardware_getCapabilities | ( | void | ) |
Returns board hardware capabilities.
| union platform_t |
Platform specific descriptions.
Definition at line 70 of file bl_hardware.h.
| struct hardware_capabilities_t |
Hardware features that can be installed on a board.
Definition at line 96 of file bl_hardware.h.
| Data Fields | ||
|---|---|---|
| bool | crystal_32k |
True if 32kHz crystal is present; default:true (introduced in bootloader v7). |
| bool | dcdc |
True if DCDC converter is enabled; default:true (introduced in bootloader v7). |
| platform_t | platform |
Platform specific descriptions (introduced in bootloader v8). |