STM32L486xx HAL User Manual
Defines
COMP power mode
COMP Exported Constants

Defines

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

Define Documentation

#define COMP_POWERMODE_HIGHSPEED   (0x00000000U)

High Speed

Definition at line 182 of file stm32l4xx_hal_comp.h.

#define COMP_POWERMODE_MEDIUMSPEED   (COMP_CSR_PWRMODE_0)

Medium Speed

Definition at line 183 of file stm32l4xx_hal_comp.h.

#define COMP_POWERMODE_ULTRALOWPOWER   (COMP_CSR_PWRMODE)

Ultra-low power mode

Definition at line 184 of file stm32l4xx_hal_comp.h.