GPIO driver
Collaboration diagram for GPIO driver:
Enumerations | |
enum | GPIO_INT_TYPE { GPIO_PIN_INTR_DISABLE = 0, GPIO_PIN_INTR_POSEDGE = 1, GPIO_PIN_INTR_NEGEDGE = 2, GPIO_PIN_INTR_ANYEDGE = 3, GPIO_PIN_INTR_LOLEVEL = 4, GPIO_PIN_INTR_HILEVEL = 5 } |
Defines the GPIO interrupt type. More... | |
Detailed Description
Enumeration Type Documentation
◆ GPIO_INT_TYPE
enum GPIO_INT_TYPE |
Defines the GPIO interrupt type.