Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flash.h382 } flash_swap_block_status_t; typedef
390 flash_swap_block_status_t currentSwapBlockStatus; /*!< The current Swap block status.*/
391 flash_swap_block_status_t nextSwapBlockStatus; /*!< The next Swap block status.*/
Dfsl_flash.c2194 returnInfo->currentSwapBlockStatus = (flash_swap_block_status_t)FTFx_FCCOB6_REG; in FLASH_SwapControl()
2195 returnInfo->nextSwapBlockStatus = (flash_swap_block_status_t)FTFx_FCCOB7_REG; in FLASH_SwapControl()