Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h286 #define OB_USER_BORH_EN 0x00000002U /*!< BOR high enable status */ macro
319 #define OB_USER_ALL (OB_USER_BOR_LEV | OB_USER_BORH_EN | OB_USER_IWDG_SW |\
327 #define OB_USER_ALL (OB_USER_BOR_LEV | OB_USER_BORH_EN | OB_USER_IWDG_SW |\
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1221 if ((UserType & OB_USER_BORH_EN) != 0U) in FLASH_OB_UserConfig()