Home
last modified time | relevance | path

Searched refs:FTFx_CMD_EraseSectorNonBlocking (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h421 status_t FTFx_CMD_EraseSectorNonBlocking(ftfx_config_t *config, uint32_t start, uint32_t key);
Dfsl_ftfx_controller.c332 status_t FTFx_CMD_EraseSectorNonBlocking(ftfx_config_t *config, uint32_t start, uint32_t key) in FTFx_CMD_EraseSectorNonBlocking() function
Dfsl_ftfx_flash.c278 return FTFx_CMD_EraseSectorNonBlocking(&config->ftfxConfig[flashIndex], start, key); in FLASH_EraseSectorNonBlocking()