Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.h201 } ftfx_swap_block_status_t; typedef
209 ftfx_swap_block_status_t currentSwapBlockStatus; /*!< The current Swap block status.*/
210 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()