STM32L443xx HAL User Manual
Defines
Definitions of COMP hardware constraints delays
COMP Exported Constants

Defines

#define LL_COMP_DELAY_STARTUP_US   ( 80UL)
#define LL_COMP_DELAY_VOLTAGE_SCALER_STAB_US   ( 200UL)

Detailed Description

Note:
Only COMP peripheral HW delays are defined in COMP LL driver driver, not timeout values. For details on delays values, refer to descriptions in source code above each literal definition.

Define Documentation

#define LL_COMP_DELAY_STARTUP_US   ( 80UL)

Delay for COMP startup time

Definition at line 267 of file stm32l4xx_ll_comp.h.

#define LL_COMP_DELAY_VOLTAGE_SCALER_STAB_US   ( 200UL)

Delay for COMP voltage scaler stabilization time

Definition at line 275 of file stm32l4xx_ll_comp.h.