Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h184 kFTFx_SwapStateComplete = 0x04U, /*!< Flash Swap system is in a complete state.*/ enumerator
Dfsl_ftfx_flash.c552 case kFTFx_SwapStateComplete: in FLASH_Swap()
568 } while (!((kFTFx_SwapStateComplete == returnInfo.flashSwapState) && isSetEnable)); in FLASH_Swap()