#include <bootloaderShared.h>
Public Attributes | |
uint8_t | bytes [BOOTLOADER_FLASH_BOOTLOADER_HEADER_SIZE] |
struct { | |
uint32_t hashCode | |
char jumpSignature [BOOTLOADER_JUMP_SIGNATURE_SIZE] | |
uint32_t signatureFound | |
char version [4] | |
} | data |
Definition at line 162 of file bootloaderShared.h.
uint8_t bootloader_header_t::bytes[BOOTLOADER_FLASH_BOOTLOADER_HEADER_SIZE] |
Definition at line 171 of file bootloaderShared.h.
struct { ... } bootloader_header_t::data |
uint32_t bootloader_header_t::hashCode |
Definition at line 168 of file bootloaderShared.h.
char bootloader_header_t::jumpSignature[BOOTLOADER_JUMP_SIGNATURE_SIZE] |
Definition at line 166 of file bootloaderShared.h.
uint32_t bootloader_header_t::signatureFound |
Definition at line 167 of file bootloaderShared.h.
char bootloader_header_t::version[4] |
Definition at line 169 of file bootloaderShared.h.