Home
last modified time | relevance | path

Searched refs:ftfx_config_t (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h332 } ftfx_config_t; typedef
355 void FTFx_API_Init(ftfx_config_t *config);
369 status_t FTFx_API_UpdateFlexnvmPartitionStatus(ftfx_config_t *config);
402 status_t FTFx_CMD_Erase(ftfx_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key…
421 status_t FTFx_CMD_EraseSectorNonBlocking(ftfx_config_t *config, uint32_t start, uint32_t key);
438 status_t FTFx_CMD_EraseAll(ftfx_config_t *config, uint32_t key);
456 status_t FTFx_CMD_EraseAllUnsecure(ftfx_config_t *config, uint32_t key);
473 status_t FTFx_CMD_EraseAllExecuteOnlySegments(ftfx_config_t *config, uint32_t key);
505 status_t FTFx_CMD_Program(ftfx_config_t *config, uint32_t start, const uint8_t *src, uint32_t lengt…
527 status_t FTFx_CMD_ProgramOnce(ftfx_config_t *config, uint32_t index, const uint8_t *src, uint32_t l…
[all …]
Dfsl_ftfx_controller.c86 static void ftfx_init_ifr(ftfx_config_t *config);
94 static status_t ftfx_command_sequence(ftfx_config_t *config);
97 static void ftfx_command_sequence_non_blocking(ftfx_config_t *config);
100 static status_t ftfx_check_mem_range(ftfx_config_t *config,
116 static status_t ftfx_check_resource_range(ftfx_config_t *config,
198 void FTFx_API_Init(ftfx_config_t *config) in FTFx_API_Init()
221 status_t FTFx_API_UpdateFlexnvmPartitionStatus(ftfx_config_t *config) in FTFx_API_UpdateFlexnvmPartitionStatus()
268 status_t FTFx_CMD_Erase(ftfx_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FTFx_CMD_Erase()
332 status_t FTFx_CMD_EraseSectorNonBlocking(ftfx_config_t *config, uint32_t start, uint32_t key) in FTFx_CMD_EraseSectorNonBlocking()
365 status_t FTFx_CMD_EraseAll(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAll()
[all …]
Dfsl_ftfx_flash.c47 static void flash_init_features(ftfx_config_t *config);
76 static void flash_convert_start_address(ftfx_config_t *config, uint32_t start);
80 static status_t flash_validate_swap_indicator_address(ftfx_config_t *config, uint32_t address);
476 ftfx_config_t *ftfxConfig; in FLASH_Swap()
583 ftfx_config_t *ftfxConfig; in FLASH_IsProtected()
783 ftfx_config_t *ftfxConfig; in FLASH_IsExecuteOnly()
1145 static void flash_init_features(ftfx_config_t *config) in flash_init_features()
1426 static void flash_convert_start_address(ftfx_config_t *config, uint32_t start) in flash_convert_start_address()
1447 static status_t flash_validate_swap_indicator_address(ftfx_config_t *config, uint32_t address) in flash_validate_swap_indicator_address()
Dfsl_ftfx_flexnvm.h46 ftfx_config_t ftfxConfig;
Dfsl_ftfx_flash.h105 ftfx_config_t ftfxConfig[FTFx_FLASH_COUNT];