STM32H735xx HAL User Manual
|
Defines | |
#define | COMP_EXTI_LINE_COMP1 (EXTI_IMR1_IM20) |
#define | COMP_EXTI_LINE_COMP2 (EXTI_IMR1_IM21) |
#define | COMP_EXTI_IT ((uint32_t) 0x01) |
#define | COMP_EXTI_EVENT ((uint32_t) 0x02) |
#define | COMP_EXTI_RISING ((uint32_t) 0x10) |
#define | COMP_EXTI_FALLING ((uint32_t) 0x20) |
#define COMP_EXTI_EVENT ((uint32_t) 0x02) |
EXTI line event only (without interruption)
Definition at line 772 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_Init().
#define COMP_EXTI_FALLING ((uint32_t) 0x20) |
EXTI line event on falling edge
Definition at line 774 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_Init().
#define COMP_EXTI_IT ((uint32_t) 0x01) |
EXTI line event with interruption
Definition at line 771 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_Init().
#define COMP_EXTI_LINE_COMP1 (EXTI_IMR1_IM20) |
EXTI line 20 connected to COMP1 output
Definition at line 763 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_IRQHandler().
#define COMP_EXTI_LINE_COMP2 (EXTI_IMR1_IM21) |
EXTI line 21 connected to COMP2 output
Definition at line 764 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_IRQHandler().
#define COMP_EXTI_RISING ((uint32_t) 0x10) |
EXTI line event on rising edge
Definition at line 773 of file stm32h7xx_hal_comp.h.
Referenced by HAL_COMP_Init().