STM32L486xx HAL User Manual
Defines
COMP blanking source
COMP Exported Constants

Defines

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

Comparator output without blanking

Definition at line 246 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 252 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 247 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 248 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 249 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 250 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 251 of file stm32l4xx_hal_comp.h.