Struct daisy::System::BootInfo¶
ClassList > daisy > System > BootInfo
#include <system.h>
Public Types¶
Type | Name |
---|---|
enum uint32_t | Type |
enum uint32_t | Version |
Public Attributes¶
Type | Name |
---|---|
uint32_t | data |
enum daisy::System::BootInfo::Type | status |
enum daisy::System::BootInfo::Version | version |
Detailed Description¶
Bootloader struct for controlling bootloading parameters
Public Types Documentation¶
enum Type¶
enum daisy::System::BootInfo::Type {
INVALID = 0x00000000,
JUMP = 0xDEADBEEF,
SKIP_TIMEOUT = 0x5AFEB007,
INF_TIMEOUT = 0xB0074EFA
};
enum Version¶
Public Attributes Documentation¶
variable data¶
variable status¶
variable version¶
The documentation for this class was generated from the following file external-docs/libDaisy/src/sys/system.h