Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash.c276 …if ((pFlash.ProcedureOnGoing & (FLASH_CMD_WRITE | FLASH_CMD_BURSTWRITE | FLASH_CMD_OTPWRITE)) != 0… in HAL_FLASH_IRQHandler()
493 FLASH->COMMAND = FLASH_CMD_WRITE; in FLASH_Program_Word()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_flash.h141 #define FLASH_CMD_WRITE 0x33 /*!< Flash write command */ macro