Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c100 static status_t ftfx_check_mem_range(ftfx_config_t *config,
277 …returnCode = ftfx_check_mem_range(config, start, lengthInBytes, config->opsConfig.addrAligment.sec… in FTFx_CMD_Erase()
340 returnCode = ftfx_check_mem_range(config, start, lengthInBytes, aligmentInBytes); in FTFx_CMD_EraseSectorNonBlocking()
488 returnCode = ftfx_check_mem_range(config, start, lengthInBytes, blockWriteUnitSize); in FTFx_CMD_Program()
603 returnCode = ftfx_check_mem_range(config, start, lengthInBytes, aligmentInBytes); in FTFx_CMD_ProgramSection()
882 returnCode = ftfx_check_mem_range(config, start, lengthInBytes, aligmentInBytes); in FTFx_CMD_VerifyErase()
995 returnCode = ftfx_check_mem_range(config, start, lengthInBytes, aligmentInBytes); in FTFx_CMD_VerifyProgram()
1330 static status_t ftfx_check_mem_range(ftfx_config_t *config, in ftfx_check_mem_range() function