Searched refs:GPIO_INTR_LOW_LEVEL (Results 1 – 5 of 5) sorted by relevance
350 GPIO_INTR_LOW_LEVEL = 4, /*!< GPIO interrupt type : input low level trigger */ enumerator
625 if ((intr_type == GPIO_INTR_LOW_LEVEL) || (intr_type == GPIO_INTR_HIGH_LEVEL)) { in gpio_wakeup_enable()980 if ((intr_type != GPIO_INTR_LOW_LEVEL) && (intr_type != GPIO_INTR_HIGH_LEVEL)) { in gpio_deep_sleep_wakeup_enable()
706 bool trigger_level = (intr_type == GPIO_INTR_LOW_LEVEL) ? 0 : 1; in gpio_ll_deepsleep_wakeup_enable()
398 .intr_type = GPIO_INTR_LOW_LEVEL, in sdspi_host_init_device()
1794 …gpio_int_type_t intr_type = ((mode == ESP_GPIO_WAKEUP_GPIO_LOW) ? GPIO_INTR_LOW_LEVEL : GPIO_INTR_…