STM32L443xx HAL User Manual
Defines
COMP power mode
COMP Exported Constants

Defines

#define COMP_POWERMODE_HIGHSPEED   (0x00000000UL)
#define COMP_POWERMODE_MEDIUMSPEED   (COMP_CSR_PWRMODE_0)
#define COMP_POWERMODE_ULTRALOWPOWER   (COMP_CSR_PWRMODE)

Define Documentation

#define COMP_POWERMODE_HIGHSPEED   (0x00000000UL)

High Speed

Definition at line 173 of file stm32l4xx_hal_comp.h.

#define COMP_POWERMODE_MEDIUMSPEED   (COMP_CSR_PWRMODE_0)

Medium Speed

Definition at line 174 of file stm32l4xx_hal_comp.h.

#define COMP_POWERMODE_ULTRALOWPOWER   (COMP_CSR_PWRMODE)

Ultra-low power mode

Definition at line 175 of file stm32l4xx_hal_comp.h.