Home
last modified time | relevance | path

Searched refs:OB_USER_IWDG_SW (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash_ex.h256 #define OB_USER_IWDG_SW 0x00000004U /*!< Independent watchdog selection */ macro
288 #define OB_USER_ALL (OB_USER_BOR_LEV | OB_USER_BORH_EN | OB_USER_IWDG_SW |\
296 #define OB_USER_ALL (OB_USER_BOR_LEV | OB_USER_BORH_EN | OB_USER_IWDG_SW |\
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_flash.h297 #define OB_USER_IWDG_SW 0x00000010U /*!< Independent watchdog selection */ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_flash.h329 #define OB_USER_IWDG_SW 0x00000020U /*!< Independent watchdog selection */ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash_ex.c1005 if((UserType & OB_USER_IWDG_SW) != 0U) in FLASH_OB_UserConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash_ex.c1154 if ((UserType & OB_USER_IWDG_SW) != 0U) in FLASH_OB_UserConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash_ex.c1232 if ((UserType & OB_USER_IWDG_SW) != 0U) in FLASH_OB_UserConfig()