PAN1080 Peripheral API
Typedefs | Enumerations
Gpio interrupt type

Gpio interrupt type definitions. More...

Collaboration diagram for Gpio interrupt type:

Typedefs

typedef enum _GPIO_IntAttrDef GPIO_IntAttrDef
 

Enumerations

enum  _GPIO_IntAttrDef {
  GPIO_INT_RISING = 0x00010000UL , GPIO_INT_FALLING = 0x00000001UL , GPIO_INT_BOTH_EDGE = 0x00010001UL , GPIO_INT_HIGH = 0x01010000UL ,
  GPIO_INT_LOW = 0x01000001UL
}
 

Detailed Description

Gpio interrupt type definitions.

Typedef Documentation

◆ GPIO_IntAttrDef

Enumeration Type Documentation

◆ _GPIO_IntAttrDef

Enumerator
GPIO_INT_RISING 

Interrupt enable by Input Rising Edge

GPIO_INT_FALLING 

Interrupt enable by Input Falling Edge

GPIO_INT_BOTH_EDGE 

Interrupt enable by both Rising Edge and Falling Edge

GPIO_INT_HIGH 

Interrupt enable by Level-High

GPIO_INT_LOW 

Interrupt enable by Level-Low