HAL + 0/25 examples
CodeScope will show references to GPIO_MODE_IT_RISING from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Applications
USBX
Examples
GPIO
STM32469I_EVAL
Examples
GPIO
STM324xG_EVAL
Examples
SMARTCARD
STM32F411RE-Nucleo
Examples_MIX
TIM
STM32F412G-Discovery
Examples
GPIO
STM32F412ZG-Nucleo
Examples
GPIO
STM32F413H-Discovery
Examples
GPIO
STM32F413ZH-Nucleo
Examples
GPIO
STM32F429ZI-Nucleo
Applications
ThreadX
USBX
Examples
GPIO
STM32F446ZE-Nucleo
Examples
GPIO
 
Symbols
loading...
Files
loading...

GPIO_MODE_IT_RISING macro

External Interrupt Mode with Rising edge trigger detection

Syntax

#define GPIO_MODE_IT_RISING (MODE_INPUT | EXTI_IT | TRIGGER_RISING)

Examples

GPIO_MODE_IT_RISING is referenced by 25 libraries and example projects.

References

LocationText
stm32f4xx_hal_gpio.h:125
#define GPIO_MODE_IT_RISING (MODE_INPUT | EXTI_IT | TRIGGER_RISING) /*!< External Interrupt Mode with Rising edge trigger detection */
stm32f4xx_hal_gpio.h:288
((MODE) == GPIO_MODE_IT_RISING) ||\