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

Defines

#define LL_COMP_BLANKINGSRC_NONE   (0x00000000UL)
#define LL_COMP_BLANKINGSRC_TIM1_OC5   (COMP_CFGRx_BLANKING_0)
#define LL_COMP_BLANKINGSRC_TIM2_OC3   (COMP_CFGRx_BLANKING_1)
#define LL_COMP_BLANKINGSRC_TIM3_OC3   (COMP_CFGRx_BLANKING_0 |COMP_CFGRx_BLANKING_1)
#define LL_COMP_BLANKINGSRC_TIM3_OC4   (COMP_CFGRx_BLANKING_2)
#define LL_COMP_BLANKINGSRC_TIM8_OC5   (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_0)
#define LL_COMP_BLANKINGSRC_TIM15_OC1   (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_1)

Define Documentation

#define LL_COMP_BLANKINGSRC_NONE   (0x00000000UL)

Comparator output without blanking

Definition at line 181 of file stm32h7xx_ll_comp.h.

Referenced by LL_COMP_StructInit().

#define LL_COMP_BLANKINGSRC_TIM15_OC1   (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_1)

Comparator output blanking source TIM15 OC1 (common to all COMP instances: COMP1, COMP2)

Definition at line 187 of file stm32h7xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM1_OC5   (COMP_CFGRx_BLANKING_0)

Comparator output blanking source TIM1 OC5 (common to all COMP instances: COMP1, COMP2)

Definition at line 182 of file stm32h7xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM2_OC3   (COMP_CFGRx_BLANKING_1)

Comparator output blanking source TIM2 OC3 (common to all COMP instances: COMP1, COMP2)

Definition at line 183 of file stm32h7xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM3_OC3   (COMP_CFGRx_BLANKING_0 |COMP_CFGRx_BLANKING_1)

Comparator output blanking source TIM3 OC3 (common to all COMP instances: COMP1, COMP2)

Definition at line 184 of file stm32h7xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM3_OC4   (COMP_CFGRx_BLANKING_2)

Comparator output blanking source TIM3 OC4 (common to all COMP instances: COMP1, COMP2)

Definition at line 185 of file stm32h7xx_ll_comp.h.

#define LL_COMP_BLANKINGSRC_TIM8_OC5   (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_0)

Comparator output blanking source TIM8 OC5 (common to all COMP instances: COMP1, COMP2)

Definition at line 186 of file stm32h7xx_ll_comp.h.