Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h198 } ftfx_swap_block_status_t; typedef
206 ftfx_swap_block_status_t currentSwapBlockStatus; /*!< The current Swap block status.*/
207 ftfx_swap_block_status_t nextSwapBlockStatus; /*!< The next Swap block status.*/
Dfsl_ftfx_controller.c1177 returnInfo->currentSwapBlockStatus = (ftfx_swap_block_status_t)FTFx_FCCOB6_REG; in FTFx_CMD_SwapControl()
1178 returnInfo->nextSwapBlockStatus = (ftfx_swap_block_status_t)FTFx_FCCOB7_REG; in FTFx_CMD_SwapControl()