Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c854 status_t returnCode; in FLASH_Init() local
856 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() local
902 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 …]