RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros
HAL COMP Aliased Macros maintained for legacy purpose

Macros

#define __HAL_COMP_EXTI_RISING_IT_ENABLE(__EXTILINE__)
 
#define __HAL_COMP_EXTI_RISING_IT_DISABLE(__EXTILINE__)
 
#define __HAL_COMP_EXTI_FALLING_IT_ENABLE(__EXTILINE__)
 
#define __HAL_COMP_EXTI_FALLING_IT_DISABLE(__EXTILINE__)
 
#define __HAL_COMP_EXTI_ENABLE_IT(__EXTILINE__)
 
#define __HAL_COMP_EXTI_DISABLE_IT(__EXTILINE__)
 
#define __HAL_COMP_EXTI_GET_FLAG(__FLAG__)
 
#define __HAL_COMP_EXTI_CLEAR_FLAG(__FLAG__)
 
#define __HAL_COMP_GET_EXTI_LINE   COMP_GET_EXTI_LINE
 

Detailed Description

Macro Definition Documentation

◆ __HAL_COMP_EXTI_CLEAR_FLAG

#define __HAL_COMP_EXTI_CLEAR_FLAG (   __FLAG__)
Value:
#define COMP_EXTI_LINE_COMP1
Definition: stm32h7xx_hal_comp.h:783
#define __HAL_COMP_COMP2_EXTI_CLEAR_FLAG()
Clear the the COMP2 EXTI flag.
Definition: stm32h7xx_hal_comp.h:610
#define __HAL_COMP_COMP1_EXTI_CLEAR_FLAG()
Clear the COMP1 EXTI flag.
Definition: stm32h7xx_hal_comp.h:476

◆ __HAL_COMP_EXTI_DISABLE_IT

#define __HAL_COMP_EXTI_DISABLE_IT (   __EXTILINE__)
Value:
#define __HAL_COMP_COMP1_EXTI_DISABLE_IT()
Disable the COMP1 EXTI line in interrupt mode.
Definition: stm32h7xx_hal_comp.h:453
#define __HAL_COMP_COMP2_EXTI_DISABLE_IT()
Disable the COMP2 EXTI line.
Definition: stm32h7xx_hal_comp.h:586

◆ __HAL_COMP_EXTI_ENABLE_IT

#define __HAL_COMP_EXTI_ENABLE_IT (   __EXTILINE__)
Value:
#define __HAL_COMP_COMP1_EXTI_ENABLE_IT()
Enable the COMP1 EXTI line in interrupt mode.
Definition: stm32h7xx_hal_comp.h:447
#define __HAL_COMP_COMP2_EXTI_ENABLE_IT()
Enable the COMP2 EXTI line.
Definition: stm32h7xx_hal_comp.h:580

◆ __HAL_COMP_EXTI_FALLING_IT_DISABLE

#define __HAL_COMP_EXTI_FALLING_IT_DISABLE (   __EXTILINE__)
Value:
#define __HAL_COMP_COMP1_EXTI_DISABLE_FALLING_EDGE()
Disable the COMP1 EXTI line falling edge trigger.
Definition: stm32h7xx_hal_comp.h:420
#define __HAL_COMP_COMP2_EXTI_DISABLE_FALLING_EDGE()
Disable the COMP2 EXTI line falling edge trigger.
Definition: stm32h7xx_hal_comp.h:557

◆ __HAL_COMP_EXTI_FALLING_IT_ENABLE

#define __HAL_COMP_EXTI_FALLING_IT_ENABLE (   __EXTILINE__)
Value:
#define __HAL_COMP_COMP2_EXTI_ENABLE_FALLING_EDGE()
Enable the COMP2 EXTI line falling edge trigger.
Definition: stm32h7xx_hal_comp.h:551
#define __HAL_COMP_COMP1_EXTI_ENABLE_FALLING_EDGE()
Enable the COMP1 EXTI line falling edge trigger.
Definition: stm32h7xx_hal_comp.h:414

◆ __HAL_COMP_EXTI_GET_FLAG

#define __HAL_COMP_EXTI_GET_FLAG (   __FLAG__)
Value:
#define __HAL_COMP_COMP1_EXTI_GET_FLAG()
Check whether the COMP1 EXTI line flag is set or not.
Definition: stm32h7xx_hal_comp.h:471
#define __HAL_COMP_COMP2_EXTI_GET_FLAG()
Check whether the COMP2 EXTI line flag is set or not.
Definition: stm32h7xx_hal_comp.h:604

◆ __HAL_COMP_EXTI_RISING_IT_DISABLE

#define __HAL_COMP_EXTI_RISING_IT_DISABLE (   __EXTILINE__)
Value:
#define __HAL_COMP_COMP1_EXTI_DISABLE_RISING_EDGE()
Disable the COMP1 EXTI line rising edge trigger.
Definition: stm32h7xx_hal_comp.h:408
#define __HAL_COMP_COMP2_EXTI_DISABLE_RISING_EDGE()
Disable the COMP2 EXTI line rising edge trigger.
Definition: stm32h7xx_hal_comp.h:545

◆ __HAL_COMP_EXTI_RISING_IT_ENABLE

#define __HAL_COMP_EXTI_RISING_IT_ENABLE (   __EXTILINE__)
Value:
#define __HAL_COMP_COMP2_EXTI_ENABLE_RISING_EDGE()
Enable the COMP2 EXTI line rising edge trigger.
Definition: stm32h7xx_hal_comp.h:539
#define __HAL_COMP_COMP1_EXTI_ENABLE_RISING_EDGE()
Enable the COMP1 EXTI line rising edge trigger.
Definition: stm32h7xx_hal_comp.h:401