STM32H735xx HAL User Manual
Defines
Comparator modes - Power mode
COMP Exported Constants

Defines

#define LL_COMP_POWERMODE_HIGHSPEED   (0x00000000UL)
#define LL_COMP_POWERMODE_MEDIUMSPEED   (COMP_CFGRx_PWRMODE_0)
#define LL_COMP_POWERMODE_ULTRALOWPOWER   (COMP_CFGRx_PWRMODE_1 | COMP_CFGRx_PWRMODE_0)

Define Documentation

#define LL_COMP_POWERMODE_HIGHSPEED   (0x00000000UL)

COMP power mode to high speed

Definition at line 120 of file stm32h7xx_ll_comp.h.

#define LL_COMP_POWERMODE_MEDIUMSPEED   (COMP_CFGRx_PWRMODE_0)

COMP power mode to medium speed

Definition at line 121 of file stm32h7xx_ll_comp.h.

#define LL_COMP_POWERMODE_ULTRALOWPOWER   (COMP_CFGRx_PWRMODE_1 | COMP_CFGRx_PWRMODE_0)

COMP power mode to ultra-low power

Definition at line 122 of file stm32h7xx_ll_comp.h.

Referenced by LL_COMP_StructInit().