Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_ftfx_flash.c499 if (returnInfo.flashSwapState == kFTFx_SwapStateDisabled) in FLASH_Swap()
503 else if (returnInfo.flashSwapState == kFTFx_SwapStateUninitialized) in FLASH_Swap()
523 switch (returnInfo.flashSwapState) in FLASH_Swap()
568 } while (!((kFTFx_SwapStateComplete == returnInfo.flashSwapState) && isSetEnable)); in FLASH_Swap()
Dfsl_ftfx_controller.h197 ftfx_swap_state_t flashSwapState; /*!<The current Swap system status.*/ member
Dfsl_ftfx_controller.c1176 returnInfo->flashSwapState = (ftfx_swap_state_t)FTFx_FCCOB5_REG; in FTFx_CMD_SwapControl()