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

Defines

#define LL_COMP_POWERMODE_HIGHSPEED   (0x00000000UL)
#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   (0x00000000UL)

COMP power mode to high speed

Definition at line 130 of file stm32l4xx_ll_comp.h.

#define LL_COMP_POWERMODE_MEDIUMSPEED   (COMP_CSR_PWRMODE_0)

COMP power mode to medium speed

Definition at line 131 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 132 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_StructInit().