STM32L486xx HAL User Manual
Modules | Defines
COMP Private Constants
COMP

Modules

 COMP EXTI Lines

Defines

#define COMP_DELAY_STARTUP_US   (80U)
#define COMP_DELAY_VOLTAGE_SCALER_STAB_US   (200U)
#define COMP_OUTPUT_LEVEL_BITOFFSET_POS   (30U)

Define Documentation

#define COMP_DELAY_STARTUP_US   (80U)

Delay for COMP startup time

Definition at line 233 of file stm32l4xx_hal_comp.c.

Referenced by HAL_COMP_Start().

#define COMP_DELAY_VOLTAGE_SCALER_STAB_US   (200U)

Delay for COMP voltage scaler stabilization time

Definition at line 239 of file stm32l4xx_hal_comp.c.

Referenced by HAL_COMP_Init().

#define COMP_OUTPUT_LEVEL_BITOFFSET_POS   (30U)

Definition at line 241 of file stm32l4xx_hal_comp.c.

Referenced by HAL_COMP_GetOutputLevel().