STM32H735xx HAL User Manual
Defines
SYSCFG Brownout Reset Threshold Level
SYSTEM Exported Constants

Defines

#define LL_SYSCFG_BOR_OFF_RESET_LEVEL   0x00000000U
#define LL_SYSCFG_BOR_LOW_RESET_LEVEL   SYSCFG_UR2_BORH_0
#define LL_SYSCFG_BOR_MEDIUM_RESET_LEVEL   SYSCFG_UR2_BORH_1
#define LL_SYSCFG_BOR_HIGH_RESET_LEVEL   SYSCFG_UR2_BORH

Define Documentation

#define LL_SYSCFG_BOR_HIGH_RESET_LEVEL   SYSCFG_UR2_BORH

Definition at line 318 of file stm32h7xx_ll_system.h.

#define LL_SYSCFG_BOR_LOW_RESET_LEVEL   SYSCFG_UR2_BORH_0

Definition at line 316 of file stm32h7xx_ll_system.h.

#define LL_SYSCFG_BOR_MEDIUM_RESET_LEVEL   SYSCFG_UR2_BORH_1

Definition at line 317 of file stm32h7xx_ll_system.h.

#define LL_SYSCFG_BOR_OFF_RESET_LEVEL   0x00000000U

Definition at line 315 of file stm32h7xx_ll_system.h.