STM32L443xx HAL User Manual
Defines
Comparator output - Blanking source
COMP Exported Constants

Defines

#define LL_COMP_BLANKINGSRC_NONE   (0x00000000UL)
#define LL_COMP_BLANKINGSRC_TIM1_OC5_COMP1   (COMP_CSR_BLANKING_0)
#define LL_COMP_BLANKINGSRC_TIM2_OC3_COMP1   (COMP_CSR_BLANKING_1)
#define LL_COMP_BLANKINGSRC_TIM3_OC3_COMP1   (COMP_CSR_BLANKING_2)
#define LL_COMP_BLANKINGSRC_TIM3_OC4_COMP2   (COMP_CSR_BLANKING_0)
#define LL_COMP_BLANKINGSRC_TIM8_OC5_COMP2   (COMP_CSR_BLANKING_1)
#define LL_COMP_BLANKINGSRC_TIM15_OC1_COMP2   (COMP_CSR_BLANKING_2)

Define Documentation

#define LL_COMP_BLANKINGSRC_NONE   (0x00000000UL)

Comparator output without blanking

Definition at line 220 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_StructInit().

#define LL_COMP_BLANKINGSRC_TIM15_OC1_COMP2   (COMP_CSR_BLANKING_2)

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

Definition at line 226 of file stm32l4xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM1_OC5_COMP1   (COMP_CSR_BLANKING_0)

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

Definition at line 221 of file stm32l4xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM2_OC3_COMP1   (COMP_CSR_BLANKING_1)

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

Definition at line 222 of file stm32l4xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM3_OC3_COMP1   (COMP_CSR_BLANKING_2)

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

Definition at line 223 of file stm32l4xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM3_OC4_COMP2   (COMP_CSR_BLANKING_0)

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

Definition at line 224 of file stm32l4xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM8_OC5_COMP2   (COMP_CSR_BLANKING_1)

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

Definition at line 225 of file stm32l4xx_ll_comp.h.