libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
GPIO Interrupt Trigger Type
Collaboration diagram for GPIO Interrupt Trigger Type:

Modules

 GPIO Interrupt Mask
 

Enumerations

enum  gpio_trig_type { GPIO_TRIG_LEVEL , GPIO_TRIG_EDGE }
 

Detailed Description

Enumeration Type Documentation

◆ gpio_trig_type

Enumerator
GPIO_TRIG_LEVEL 
GPIO_TRIG_EDGE 

Definition at line 71 of file gpio.h.