rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
_ftfx_config Struct Reference

Flash driver state information. More...

#include <fsl_ftfx_controller.h>

Collaboration diagram for _ftfx_config:
Collaboration graph
[legend]

Data Fields

ftfx_mem_desc_t flashDesc
 
ftfx_ops_config_t opsConfig
 
uint32_t flexramBlockBase
 
uint32_t flexramTotalSize
 
uint16_t eepromTotalSize
 
uint16_t reserved
 
uint32_t * runCmdFuncAddr
 
ftfx_ifr_desc_t ifrDesc
 

Detailed Description

Flash driver state information.

An instance of this structure is allocated by the user of the flash driver and passed into each of the driver APIs.

Definition at line 318 of file fsl_ftfx_controller.h.

Field Documentation

◆ eepromTotalSize

uint16_t _ftfx_config::eepromTotalSize

The size of EEPROM area which was partitioned from FlexRAM

Definition at line 324 of file fsl_ftfx_controller.h.

◆ flashDesc

ftfx_mem_desc_t _ftfx_config::flashDesc

Definition at line 320 of file fsl_ftfx_controller.h.

◆ flexramBlockBase

uint32_t _ftfx_config::flexramBlockBase

The base address of the FlexRAM/acceleration RAM

Definition at line 322 of file fsl_ftfx_controller.h.

◆ flexramTotalSize

uint32_t _ftfx_config::flexramTotalSize

The size of the FlexRAM/acceleration RAM

Definition at line 323 of file fsl_ftfx_controller.h.

◆ ifrDesc

ftfx_ifr_desc_t _ftfx_config::ifrDesc

Definition at line 327 of file fsl_ftfx_controller.h.

◆ opsConfig

ftfx_ops_config_t _ftfx_config::opsConfig

Definition at line 321 of file fsl_ftfx_controller.h.

◆ reserved

uint16_t _ftfx_config::reserved

Definition at line 325 of file fsl_ftfx_controller.h.

◆ runCmdFuncAddr

uint32_t* _ftfx_config::runCmdFuncAddr

An buffer point to the flash execute-in-RAM function.

Definition at line 326 of file fsl_ftfx_controller.h.


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