Searched refs:flash_check_range_to_get_index (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/ |
D | fsl_ftfx_flash.c | 69 static status_t flash_check_range_to_get_index(flash_config_t *config, 244 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_Erase() 269 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_EraseSectorNonBlocking() 311 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_Program() 345 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_ProgramSection() 390 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_VerifyErase() 429 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_VerifyProgram() 479 returnCode = flash_check_range_to_get_index(config, address, 1U, &flashIndex); in FLASH_Swap() 591 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_IsProtected() 791 returnCode = flash_check_range_to_get_index(config, start, lengthInBytes, &flashIndex); in FLASH_IsExecuteOnly() [all …]
|