Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h527 status_t FTFx_CMD_ProgramOnce(ftfx_config_t *config, uint32_t index, const uint8_t *src, uint32_t l…
Dfsl_ftfx_controller.c542 status_t FTFx_CMD_ProgramOnce(ftfx_config_t *config, uint32_t index, const uint8_t *src, uint32_t l… in FTFx_CMD_ProgramOnce() function
Dfsl_ftfx_flash.c328 return FTFx_CMD_ProgramOnce(&config->ftfxConfig[0], index, src, lengthInBytes); in FLASH_ProgramOnce()