AM62L FreeRTOS SDK  11.02.00

Detailed Description

Flash driver configuration, these are filled by SysCfg based on the flash device that is selected.

Forward declaration of Flash_Config_s.

Data Fields

Flash_Attrsattrs
 
Flash_Fxnsfxns
 
Flash_DevConfigdevConfig
 
void * object
 
void * fallBackCfg
 
void * layoutCfg
 
SemaphoreP_Object lockSem
 

Field Documentation

◆ attrs

Flash_Attrs* Flash_Config::attrs

Flash device attributes

◆ fxns

Flash_Fxns* Flash_Config::fxns

Flash device implementation functions

◆ devConfig

Flash_DevConfig* Flash_Config::devConfig

Flash device specific config, like command ID for read, erase, etc

◆ object

void* Flash_Config::object

Flash driver object, used to maintain driver implementation state

◆ fallBackCfg

void* Flash_Config::fallBackCfg

Flash fallback configs, used to configure flash in

◆ layoutCfg

void* Flash_Config::layoutCfg

Flash fallback configs, used to configure flash layout

◆ lockSem

SemaphoreP_Object Flash_Config::lockSem

Semaphore to protect the flash layer calls per instance.