Searched refs:returnCode (Results 1 – 1 of 1) sorted by relevance
854 status_t returnCode; in FLASH_Init() local856 returnCode = flash_update_flexnvm_memory_partition_status(config); in FLASH_Init()857 if (returnCode != kStatus_FLASH_Success) in FLASH_Init()859 return returnCode; in FLASH_Init()891 status_t returnCode; in FLASH_EraseAll() local902 returnCode = flash_check_user_key(key); in FLASH_EraseAll()903 if (returnCode) in FLASH_EraseAll()905 return returnCode; in FLASH_EraseAll()911 returnCode = flash_command_sequence(config); in FLASH_EraseAll()918 if (returnCode == kStatus_FLASH_Success) in FLASH_EraseAll()[all …]