RTEMS 6.1-rc5
|
Root of the bootloader api tree. More...
Data Fields | |
void(* | runBootloader )(void *arg) |
const uint32_t | version |
const uint8_t * | copyright |
const uint32_t | reserved0 |
flexspi_nor_driver_interface_t * | flexSpiNorDriver |
standard_version_t | version |
const char * | copyright |
const flexspi_nor_driver_interface_t * | flexSpiNorDriver |
const uint32_t | reserved [8] |
Root of the bootloader api tree.
An instance of this struct resides in read-only memory in the bootloader. It provides a user application access to APIs exported by the bootloader.
An instance of this struct resides in read-only memory in the bootloader. It provides a user application access to APIs exported by the bootloader.
const uint8_t* bootloader_api_entry_t::copyright |
Bootloader Copyright
const char* bootloader_api_entry_t::copyright |
Copyright string.
flexspi_nor_driver_interface_t* bootloader_api_entry_t::flexSpiNorDriver |
FLEXSPI NOR flash api
const flexspi_nor_driver_interface_t* bootloader_api_entry_t::flexSpiNorDriver |
FlexSPI NOR FLASH Driver API.
const uint32_t bootloader_api_entry_t::reserved[8] |
Reserved
void(* bootloader_api_entry_t::runBootloader)(void *arg) |
Function to start the bootloader executing
Function to start the bootloader executing.
const uint32_t bootloader_api_entry_t::version |
Bootloader version number
standard_version_t bootloader_api_entry_t::version |
Bootloader version number.