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

Defines

#define LL_COMP_BLANKINGSRC_NONE   (0x00000000U)
#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   (0x00000000U)

Comparator output without blanking

Definition at line 227 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 233 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 228 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 229 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 230 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 231 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 232 of file stm32l4xx_ll_comp.h.