STM32L443xx 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   (0x00000001UL)
#define COMP_EXTI_EVENT   (0x00000002UL)
#define COMP_EXTI_RISING   (0x00000010UL)
#define COMP_EXTI_FALLING   (0x00000020UL)

Define Documentation

#define COMP_EXTI_EVENT   (0x00000002UL)

EXTI line event only (without interruption)

Definition at line 553 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

#define COMP_EXTI_FALLING   (0x00000020UL)

EXTI line event on falling edge

Definition at line 555 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

#define COMP_EXTI_IT   (0x00000001UL)

EXTI line event with interruption

Definition at line 552 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

EXTI line 21 connected to COMP1 output

Definition at line 541 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_IRQHandler().

EXTI line 22 connected to COMP2 output

Definition at line 543 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_IRQHandler().

#define COMP_EXTI_RISING   (0x00000010UL)

EXTI line event on rising edge

Definition at line 554 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().