Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c2160 flash_swap_state_config_t *returnInfo) in FLASH_SwapControl() argument
2164 if ((config == NULL) || (returnInfo == NULL)) in FLASH_SwapControl()
2193 returnInfo->flashSwapState = (flash_swap_state_t)FTFx_FCCOB5_REG; in FLASH_SwapControl()
2194 returnInfo->currentSwapBlockStatus = (flash_swap_block_status_t)FTFx_FCCOB6_REG; in FLASH_SwapControl()
2195 returnInfo->nextSwapBlockStatus = (flash_swap_block_status_t)FTFx_FCCOB7_REG; in FLASH_SwapControl()
2204 flash_swap_state_config_t returnInfo; in FLASH_Swap() local
2207 memset(&returnInfo, 0xFFU, sizeof(returnInfo)); in FLASH_Swap()
2211 …returnCode = FLASH_SwapControl(config, address, kFLASH_SwapControlOptionReportStatus, &returnInfo); in FLASH_Swap()
2219 if (returnInfo.flashSwapState == kFLASH_SwapStateDisabled) in FLASH_Swap()
2223 else if (returnInfo.flashSwapState == kFLASH_SwapStateUninitialized) in FLASH_Swap()
[all …]
Dfsl_flash.h1140 flash_swap_state_config_t *returnInfo);