Home
last modified time | relevance | path

Searched refs:GPIO_INTR_ANYEDGE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/driver/gpio/
Drtc_io.c204 …tr_type == GPIO_INTR_POSEDGE || intr_type == GPIO_INTR_NEGEDGE || intr_type == GPIO_INTR_ANYEDGE) { in rtc_gpio_wakeup_enable()
Dgpio.c164 …tr_type == GPIO_INTR_POSEDGE || intr_type == GPIO_INTR_NEGEDGE || intr_type == GPIO_INTR_ANYEDGE) { in gpio_set_intr_type()
/hal_espressif-latest/components/hal/include/hal/
Dgpio_types.h349 GPIO_INTR_ANYEDGE = 3, /*!< GPIO interrupt type : both rising and falling edge */ enumerator