STM32L443xx HAL User Manual
Defines
COMP blanking source
COMP Exported Constants

Defines

#define COMP_BLANKINGSRC_NONE   (0x00000000UL)
#define COMP_BLANKINGSRC_TIM1_OC5_COMP1   (COMP_CSR_BLANKING_0)
#define COMP_BLANKINGSRC_TIM2_OC3_COMP1   (COMP_CSR_BLANKING_1)
#define COMP_BLANKINGSRC_TIM3_OC3_COMP1   (COMP_CSR_BLANKING_2)
#define COMP_BLANKINGSRC_TIM3_OC4_COMP2   (COMP_CSR_BLANKING_0)
#define COMP_BLANKINGSRC_TIM8_OC5_COMP2   (COMP_CSR_BLANKING_1)
#define COMP_BLANKINGSRC_TIM15_OC1_COMP2   (COMP_CSR_BLANKING_2)

Define Documentation

#define COMP_BLANKINGSRC_NONE   (0x00000000UL)

Comparator output without blanking

Definition at line 237 of file stm32l4xx_hal_comp.h.

#define COMP_BLANKINGSRC_TIM15_OC1_COMP2   (COMP_CSR_BLANKING_2)

Comparator output blanking source TIM15 OC1 (specific to COMP instance: COMP2)

Definition at line 243 of file stm32l4xx_hal_comp.h.

#define COMP_BLANKINGSRC_TIM1_OC5_COMP1   (COMP_CSR_BLANKING_0)

Comparator output blanking source TIM1 OC5 (specific to COMP instance: COMP1)

Definition at line 238 of file stm32l4xx_hal_comp.h.

#define COMP_BLANKINGSRC_TIM2_OC3_COMP1   (COMP_CSR_BLANKING_1)

Comparator output blanking source TIM2 OC3 (specific to COMP instance: COMP1)

Definition at line 239 of file stm32l4xx_hal_comp.h.

#define COMP_BLANKINGSRC_TIM3_OC3_COMP1   (COMP_CSR_BLANKING_2)

Comparator output blanking source TIM3 OC3 (specific to COMP instance: COMP1)

Definition at line 240 of file stm32l4xx_hal_comp.h.

#define COMP_BLANKINGSRC_TIM3_OC4_COMP2   (COMP_CSR_BLANKING_0)

Comparator output blanking source TIM3 OC4 (specific to COMP instance: COMP2)

Definition at line 241 of file stm32l4xx_hal_comp.h.

#define COMP_BLANKINGSRC_TIM8_OC5_COMP2   (COMP_CSR_BLANKING_1)

Comparator output blanking source TIM8 OC5 (specific to COMP instance: COMP2)

Definition at line 242 of file stm32l4xx_hal_comp.h.