RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Fields
bootloader_api_entry_t Struct Reference

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_tflexSpiNorDriver
 
standard_version_t version
 
const char * copyright
 
const flexspi_nor_driver_interface_tflexSpiNorDriver
 
const uint32_t reserved [8]
 

Detailed Description

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.

Note
The order of existing fields must not be changed.

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.

Note
The order of existing fields must not be changed.

Field Documentation

◆ copyright [1/2]

const uint8_t* bootloader_api_entry_t::copyright

Bootloader Copyright

◆ copyright [2/2]

const char* bootloader_api_entry_t::copyright

Copyright string.

◆ flexSpiNorDriver [1/2]

flexspi_nor_driver_interface_t* bootloader_api_entry_t::flexSpiNorDriver

FLEXSPI NOR flash api

◆ flexSpiNorDriver [2/2]

const flexspi_nor_driver_interface_t* bootloader_api_entry_t::flexSpiNorDriver

FlexSPI NOR FLASH Driver API.

◆ reserved

const uint32_t bootloader_api_entry_t::reserved[8]

Reserved

◆ runBootloader

void(* bootloader_api_entry_t::runBootloader)(void *arg)

Function to start the bootloader executing

Function to start the bootloader executing.

◆ version [1/2]

const uint32_t bootloader_api_entry_t::version

Bootloader version number

◆ version [2/2]

standard_version_t bootloader_api_entry_t::version

Bootloader version number.


The documentation for this struct was generated from the following files: