AM275 FreeRTOS SDK  11.00.00
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

Data structure containing information related to a particular CPU, required for MCELF loading.

Data Fields

uint32_t cpuId
 
uint32_t clkHz
 
uintptr_t entryPoint
 
bool smpEnable
 

Field Documentation

◆ cpuId

uint32_t Bootloader_CpuInfo::cpuId

◆ clkHz

uint32_t Bootloader_CpuInfo::clkHz

◆ entryPoint

uintptr_t Bootloader_CpuInfo::entryPoint

◆ smpEnable

bool Bootloader_CpuInfo::smpEnable