Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h186 #define FLASH_SUSPEND_PROGRAM_ERASE (FLASH_SECCR2_PS | FLASH_SECCR2_ES) /*!< Suspend all requ… macro
190 #define FLASH_SUSPEND_PROGRAM_ERASE (FLASH_NSCR2_PS | FLASH_NSCR2_ES) /*!< Suspend all requ… macro
310 ((VALUE) == FLASH_SUSPEND_PROGRAM_ERASE))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c655 return (FLASH->SECCR2 & FLASH_SUSPEND_PROGRAM_ERASE); in HAL_FLASHEx_IsOperationSuspended()
657 return (FLASH->NSCR2 & FLASH_SUSPEND_PROGRAM_ERASE); in HAL_FLASHEx_IsOperationSuspended()