STM32L486xx HAL User Manual
Defines
COMP EXTI Lines
COMP Private Constants

Defines

#define COMP_EXTI_LINE_COMP1   (LL_EXTI_LINE_21)
#define COMP_EXTI_LINE_COMP2   (LL_EXTI_LINE_22)
#define COMP_EXTI_IT   (0x01U)
#define COMP_EXTI_EVENT   (0x02U)
#define COMP_EXTI_RISING   (0x10U)
#define COMP_EXTI_FALLING   (0x20U)

Define Documentation

#define COMP_EXTI_EVENT   (0x02U)

EXTI line event only (without interruption)

Definition at line 558 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

#define COMP_EXTI_FALLING   (0x20U)

EXTI line event on falling edge

Definition at line 560 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

#define COMP_EXTI_IT   (0x01U)

EXTI line event with interruption

Definition at line 557 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

EXTI line 21 connected to COMP1 output

Definition at line 548 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_IRQHandler().

EXTI line 22 connected to COMP2 output

Definition at line 549 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_IRQHandler().

#define COMP_EXTI_RISING   (0x10U)

EXTI line event on rising edge

Definition at line 559 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().