Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h634 status_t FTFx_CMD_ReadResource(
Dfsl_ftfx_flexnvm.c162 return FTFx_CMD_ReadResource(&config->ftfxConfig, start, dst, lengthInBytes, option); in FLEXNVM_ReadResource()
Dfsl_ftfx_controller.c243 …returnCode = FTFx_CMD_ReadResource(config, flexnvmInfoIfrAddr, (uint8_t *)&dataIFRReadOut, sizeof(… in FTFx_API_UpdateFlexnvmPartitionStatus()
797 status_t FTFx_CMD_ReadResource( in FTFx_CMD_ReadResource() function
Dfsl_ftfx_flash.c365 return FTFx_CMD_ReadResource(&config->ftfxConfig[0], start, dst, lengthInBytes, option); in FLASH_ReadResource()
1463FTFx_CMD_ReadResource(config, config->ifrDesc.resRange.pflashSwapIfrStart, (uint8_t *)&flashSwapIf… in flash_validate_swap_indicator_address()