Information about the current bootloader. More...
#include <zpal_bootloader.h>
Data Fields | |
zpal_bootloader_type_t | type |
The type of bootloader. | |
uint32_t | version |
Version number of the bootloader. See Zpal-bootloader-info-version for masking. | |
uint32_t | capabilities |
Capability mask for the bootloader. | |
Information about the current bootloader.
uint32_t zpal_bootloader_info_t::capabilities |
Capability mask for the bootloader.
zpal_bootloader_type_t zpal_bootloader_info_t::type |
The type of bootloader.
uint32_t zpal_bootloader_info_t::version |
Version number of the bootloader. See Zpal-bootloader-info-version for masking.