STM32H735xx HAL User Manual
|
Defines | |
#define | COMP_BLANKINGSRC_NONE ((uint32_t)0x00000000) |
#define | COMP_BLANKINGSRC_TIM1_OC5 (COMP_CFGRx_BLANKING_0) |
#define | COMP_BLANKINGSRC_TIM2_OC3 (COMP_CFGRx_BLANKING_1) |
#define | COMP_BLANKINGSRC_TIM3_OC3 (COMP_CFGRx_BLANKING_0 |COMP_CFGRx_BLANKING_1) |
#define | COMP_BLANKINGSRC_TIM3_OC4 (COMP_CFGRx_BLANKING_2) |
#define | COMP_BLANKINGSRC_TIM8_OC5 (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_0) |
#define | COMP_BLANKINGSRC_TIM15_OC1 (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_1) |
#define COMP_BLANKINGSRC_NONE ((uint32_t)0x00000000) |
No blanking source
Definition at line 231 of file stm32h7xx_hal_comp.h.
#define COMP_BLANKINGSRC_TIM15_OC1 (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_1) |
TIM15 OC1 selected as blanking source for comparator
Definition at line 237 of file stm32h7xx_hal_comp.h.
#define COMP_BLANKINGSRC_TIM1_OC5 (COMP_CFGRx_BLANKING_0) |
TIM1 OC5 selected as blanking source for comparator
Definition at line 232 of file stm32h7xx_hal_comp.h.
#define COMP_BLANKINGSRC_TIM2_OC3 (COMP_CFGRx_BLANKING_1) |
TIM2 OC3 selected as blanking source for comparator
Definition at line 233 of file stm32h7xx_hal_comp.h.
#define COMP_BLANKINGSRC_TIM3_OC3 (COMP_CFGRx_BLANKING_0 |COMP_CFGRx_BLANKING_1) |
TIM3 OC3 selected as blanking source for compartor
Definition at line 234 of file stm32h7xx_hal_comp.h.
#define COMP_BLANKINGSRC_TIM3_OC4 (COMP_CFGRx_BLANKING_2) |
TIM3 OC4 selected as blanking source for comparator
Definition at line 235 of file stm32h7xx_hal_comp.h.
#define COMP_BLANKINGSRC_TIM8_OC5 (COMP_CFGRx_BLANKING_2|COMP_CFGRx_BLANKING_0) |
TIM8 OC5 selected as blanking source for comparator
Definition at line 236 of file stm32h7xx_hal_comp.h.