Rp2040/Components/driver/include/driver/gpio.h File Reference
#include <hardware/gpio.h>
Include dependency graph for Rp2040/Components/driver/include/driver/gpio.h:

Go to the source code of this file.

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 , GPIO_PIN_INTR_DISABLE = 0 , GPIO_PIN_INTR_POSEDGE = GPIO_IRQ_EDGE_RISE ,
  GPIO_PIN_INTR_NEGEDGE = GPIO_IRQ_EDGE_FALL , GPIO_PIN_INTR_ANYEDGE = GPIO_IRQ_EDGE_RISE | GPIO_IRQ_EDGE_FALL , GPIO_PIN_INTR_LOLEVEL = GPIO_IRQ_LEVEL_LOW , GPIO_PIN_INTR_HILEVEL = GPIO_IRQ_LEVEL_HIGH
}