STM32L443xx HAL User Manual
Modules | Defines
COMP Private Constants
COMP

Modules

 COMP EXTI Lines

Defines

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

Define Documentation

#define COMP_DELAY_STARTUP_US   (80UL)

Delay for COMP startup time

Definition at line 218 of file stm32l4xx_hal_comp.c.

Referenced by HAL_COMP_Start().

#define COMP_DELAY_VOLTAGE_SCALER_STAB_US   (200UL)

Delay for COMP voltage scaler stabilization time

Definition at line 224 of file stm32l4xx_hal_comp.c.

Referenced by HAL_COMP_Init().

#define COMP_OUTPUT_LEVEL_BITOFFSET_POS   (30UL)

Definition at line 226 of file stm32l4xx_hal_comp.c.

Referenced by HAL_COMP_GetOutputLevel().