Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c589 assert_param(IS_OB_IWDG_STOP_FREEZE(Iwdgstop)); in FLASH_OB_UserConfig()
757 assert_param(IS_OB_IWDG_STOP_FREEZE(Iwdgstop)); in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h580 #define IS_OB_IWDG_STOP_FREEZE(FREEZE) (((FREEZE) == OB_IWDG_STOP_FREEZE) || ((FREEZE) == OB_IWDG_S… macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h941 #define IS_OB_IWDG_STOP_FREEZE(FREEZE) (((FREEZE) == OB_IWDG_STOP_FREEZE) || ((FREEZE) == OB_IWDG… macro