S32 SDK
flash_ssd_config_t Struct Reference

Flash SSD Configuration Structure. More...

#include <flash_driver.h>

Data Fields

uint32_t PFlashBase
 
uint32_t PFlashSize
 
uint32_t DFlashBase
 
uint32_t DFlashSize
 
uint32_t EERAMBase
 
uint32_t EEESize
 
flash_callback_t CallBack
 

Detailed Description

Flash SSD Configuration Structure.

The structure includes the static parameters for C90TFS/FTFx which are device-dependent. The fields including PFlashBlockBase, PFlashBlockSize, DFlashBlockBase, EERAMBlockBase, and CallBack are passed via flash_user_config_t. The rest of parameters such as DFlashBlockSize, and EEEBlockSize will be initialized in FlashInit() automatically.

Implements : flash_ssd_config_t_Class

Definition at line 576 of file flash_driver.h.


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