Searched refs:FTFx_CMD_ProgramOnce (Results 1 – 3 of 3) sorted by relevance
527 status_t FTFx_CMD_ProgramOnce(ftfx_config_t *config, uint32_t index, const uint8_t *src, uint32_t l…
542 status_t FTFx_CMD_ProgramOnce(ftfx_config_t *config, uint32_t index, const uint8_t *src, uint32_t l… in FTFx_CMD_ProgramOnce() function
328 return FTFx_CMD_ProgramOnce(&config->ftfxConfig[0], index, src, lengthInBytes); in FLASH_ProgramOnce()