Home
last modified time | relevance | path

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

/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()
318 if (pFlash.ProcedureOnGoing == FLASH_CMD_ERASE_PAGES) in HAL_FLASH_IRQHandler()
Dstm32wb0x_hal_flash_ex.c542 FLASH->COMMAND = FLASH_CMD_ERASE_PAGES; in FLASH_PageErase()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h139 #define FLASH_CMD_ERASE_PAGES 0x11 /*!< Flash pages erase command */ macro