Searched refs:FTFx_CMD_SetFlexramFunction (Results 1 – 4 of 4) sorted by relevance
236 return FTFx_CMD_SetFlexramFunction(&config->ftfxConfig, option); in FLEXNVM_SetFlexramFunction()267 …returnCode = FTFx_CMD_SetFlexramFunction(&config->ftfxConfig, kFTFx_FlexramFuncOptAvailableForEepr… in FLEXNVM_EepromWrite()313 … returnCode = FTFx_CMD_SetFlexramFunction(&config->ftfxConfig, kFTFx_FlexramFuncOptAvailableAsRam); in FLEXNVM_EepromWrite()
618 returnCode = FTFx_CMD_SetFlexramFunction(config, kFTFx_FlexramFuncOptAvailableAsRam); in FTFx_CMD_ProgramSection()693 returnCode = FTFx_CMD_SetFlexramFunction(config, kFTFx_FlexramFuncOptAvailableForEeprom); in FTFx_CMD_ProgramSection()1114 status_t FTFx_CMD_SetFlexramFunction(ftfx_config_t *config, ftfx_flexram_func_opt_t option) in FTFx_CMD_SetFlexramFunction() function
804 status_t FTFx_CMD_SetFlexramFunction(ftfx_config_t *config, ftfx_flexram_func_opt_t option);
464 return FTFx_CMD_SetFlexramFunction(&config->ftfxConfig[0], option); in FLASH_SetFlexramFunction()