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

Defines

#define LL_COMP_POWERMODE_HIGHSPEED   (0x00000000U)
#define LL_COMP_POWERMODE_MEDIUMSPEED   (COMP_CSR_PWRMODE_0)
#define LL_COMP_POWERMODE_ULTRALOWPOWER   (COMP_CSR_PWRMODE_1 | COMP_CSR_PWRMODE_0)

Define Documentation

#define LL_COMP_POWERMODE_HIGHSPEED   (0x00000000U)

COMP power mode to high speed

Definition at line 137 of file stm32l4xx_ll_comp.h.

#define LL_COMP_POWERMODE_MEDIUMSPEED   (COMP_CSR_PWRMODE_0)

COMP power mode to medium speed

Definition at line 138 of file stm32l4xx_ll_comp.h.

#define LL_COMP_POWERMODE_ULTRALOWPOWER   (COMP_CSR_PWRMODE_1 | COMP_CSR_PWRMODE_0)

COMP power mode to ultra-low power

Definition at line 139 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_StructInit().