Home
last modified time | relevance | path

Searched refs:FLASH_CMD_MASSERASE (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h140 #define FLASH_CMD_MASSERASE 0x22 /*!< Flash mass erase command */ macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash.c281 else if ((pFlash.ProcedureOnGoing & (FLASH_CMD_MASSERASE | FLASH_CMD_ERASE_PAGES)) != 0x00U) in HAL_FLASH_IRQHandler()
Dstm32wb0x_hal_flash_ex.c522 FLASH->COMMAND = FLASH_CMD_MASSERASE; in FLASH_MassErase()