daisy::System::BootInfo
More...
#include <system.h>
Public Types
|
Name |
enum class uint32_t |
Type |
enum class uint32_t |
Version |
Public Attributes
Detailed Description
struct daisy::System::BootInfo;
Bootloader struct for controlling bootloading parameters
Public Types Documentation
enum Type
Enumerator |
Value |
Description |
INVALID |
0x00000000 |
|
JUMP |
0xDEADBEEF |
|
SKIP_TIMEOUT |
0x5AFEB007 |
|
INF_TIMEOUT |
0xB0074EFA |
|
enum Version
Enumerator |
Value |
Description |
LT_v6_0 |
0 |
|
NONE |
|
|
v6_0 |
|
|
v6_1 |
|
|
LAST |
|
|
Public Attributes Documentation
variable status
enum daisy::System::BootInfo::Type status;
variable data
variable version
enum daisy::System::BootInfo::Version version;
Updated on 2024-01-03 at 19:41:01 +0000