Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/gpio/
Drtc_io.c204 …if (intr_type == GPIO_INTR_POSEDGE || intr_type == GPIO_INTR_NEGEDGE || intr_type == GPIO_INTR_ANY… in rtc_gpio_wakeup_enable()
Dgpio.c164 …if (intr_type == GPIO_INTR_POSEDGE || intr_type == GPIO_INTR_NEGEDGE || intr_type == GPIO_INTR_ANY… in gpio_set_intr_type()
/hal_espressif-latest/components/hal/include/hal/
Dgpio_types.h347 GPIO_INTR_POSEDGE = 1, /*!< GPIO interrupt type : rising edge */ enumerator