Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.c2193 returnInfo->flashSwapState = (flash_swap_state_t)FTFx_FCCOB5_REG; in FLASH_SwapControl()
2219 if (returnInfo.flashSwapState == kFLASH_SwapStateDisabled) in FLASH_Swap()
2223 else if (returnInfo.flashSwapState == kFLASH_SwapStateUninitialized) in FLASH_Swap()
2242 switch (returnInfo.flashSwapState) in FLASH_Swap()
2287 …} while (!((kFLASH_SwapStateComplete == returnInfo.flashSwapState) && (kFLASH_SwapFunctionOptionEn… in FLASH_Swap()
Dfsl_flash.h389 flash_swap_state_t flashSwapState; /*!<The current Swap system status.*/ member