AM62x MCU+ SDK  09.02.00
Bootloader_CoreBootInfo Struct Reference

Detailed Description

Data structure containing information about a core specific to the AM62x SOC.

This structure is used to store the data about cores in the SoC in the form of a lookup table which will be used by various APIs.

Data Fields

uint32_t tisciProcId
 
uint32_t tisciDevId
 
uint32_t tisciClockId
 
uint32_t defaultClockHz
 
char coreName [8]
 

Field Documentation

◆ tisciProcId

uint32_t Bootloader_CoreBootInfo::tisciProcId

◆ tisciDevId

uint32_t Bootloader_CoreBootInfo::tisciDevId

◆ tisciClockId

uint32_t Bootloader_CoreBootInfo::tisciClockId

◆ defaultClockHz

uint32_t Bootloader_CoreBootInfo::defaultClockHz

◆ coreName

char Bootloader_CoreBootInfo::coreName[8]