Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flexnvm.c236 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()
Dfsl_ftfx_controller.c618 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
Dfsl_ftfx_controller.h804 status_t FTFx_CMD_SetFlexramFunction(ftfx_config_t *config, ftfx_flexram_func_opt_t option);
Dfsl_ftfx_flash.c464 return FTFx_CMD_SetFlexramFunction(&config->ftfxConfig[0], option); in FLASH_SetFlexramFunction()