Bootloader struct for controlling bootloading parameters
#include <system.h>
Public Types | |
enum class | Type : uint32_t { INVALID = 0x00000000 , JUMP = 0xDEADBEEF , SKIP_TIMEOUT = 0x5AFEB007 , INF_TIMEOUT = 0xB0074EFA } |
enum class | Version : uint32_t { LT_v6_0 = 0 , NONE , v6_0 , v6_1 , LAST } |
Public Attributes | |
enum daisy::System::BootInfo::Type | status |
uint32_t | data |
enum daisy::System::BootInfo::Version | version |
|
strong |
uint32_t daisy::System::BootInfo::data |
enum daisy::System::BootInfo::Type daisy::System::BootInfo::status |
enum daisy::System::BootInfo::Version daisy::System::BootInfo::version |