Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_flash.h560 status_t FLASH_Swap(flash_config_t *config, uint32_t address, bool isSetEnable);
Dfsl_ftfx_flash.c472 status_t FLASH_Swap(flash_config_t *config, uint32_t address, bool isSetEnable) in FLASH_Swap() argument
497 if (!isSetEnable) in FLASH_Swap()
568 } while (!((kFTFx_SwapStateComplete == returnInfo.flashSwapState) && isSetEnable)); in FLASH_Swap()