STM32H735xx HAL User Manual
Defines
COMP power mode
COMP Exported Constants

Defines

#define COMP_POWERMODE_HIGHSPEED   ((uint32_t)0x00000000)
#define COMP_POWERMODE_MEDIUMSPEED   (COMP_CFGRx_PWRMODE_0)
#define COMP_POWERMODE_ULTRALOWPOWER   (COMP_CFGRx_PWRMODE)

Define Documentation

#define COMP_POWERMODE_HIGHSPEED   ((uint32_t)0x00000000)

High Speed

Definition at line 168 of file stm32h7xx_hal_comp.h.

#define COMP_POWERMODE_MEDIUMSPEED   (COMP_CFGRx_PWRMODE_0)

Medium Speed

Definition at line 169 of file stm32h7xx_hal_comp.h.

#define COMP_POWERMODE_ULTRALOWPOWER   (COMP_CFGRx_PWRMODE)

Ultra-low power mode

Definition at line 170 of file stm32h7xx_hal_comp.h.