Home
last modified time | relevance | path

Searched refs:FTFx_CMD_EraseAll (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h438 status_t FTFx_CMD_EraseAll(ftfx_config_t *config, uint32_t key);
Dfsl_ftfx_flexnvm.c97 return FTFx_CMD_EraseAll(&config->ftfxConfig, key); in FLEXNVM_EraseAll()
Dfsl_ftfx_controller.c365 status_t FTFx_CMD_EraseAll(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAll() function
Dfsl_ftfx_flash.c286 return FTFx_CMD_EraseAll(&config->ftfxConfig[0], key); in FLASH_EraseAll()