Home
last modified time | relevance | path

Searched refs:ESP_INTR_FLAG_EDGE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.7.0/components/esp_hw_support/include/
Desp_intr_alloc.h39 #define ESP_INTR_FLAG_EDGE (1<<9) ///< Edge-triggered interrupt macro
/hal_espressif-3.7.0/components/esp_hw_support/
Dintr_alloc.c259 if (((flags & ESP_INTR_FLAG_EDGE) && (intr_desc.type == ESP_CPU_INTR_TYPE_LEVEL)) || in is_vect_desc_usable()
260 (((!(flags & ESP_INTR_FLAG_EDGE)) && (intr_desc.type == ESP_CPU_INTR_TYPE_EDGE)))) { in is_vect_desc_usable()
474 if ((flags & ESP_INTR_FLAG_SHARED) && (flags & ESP_INTR_FLAG_EDGE)) { in esp_intr_alloc_intrstatus()
593 if (flags & ESP_INTR_FLAG_EDGE) { in esp_intr_alloc_intrstatus()
628 if (flags & ESP_INTR_FLAG_EDGE) { in esp_intr_alloc_intrstatus()
/hal_espressif-3.7.0/components/esp_timer/src/
Desp_timer_impl_systimer.c161 | ESP_INTR_FLAG_EDGE in esp_timer_impl_init()
/hal_espressif-3.7.0/components/driver/spi/gpspi/
Dspi_slave.c139 …SPI_CHECK((bus_config->intr_flags & (ESP_INTR_FLAG_HIGH|ESP_INTR_FLAG_EDGE|ESP_INTR_FLAG_INTRDISAB… in spi_slave_initialize()
Dspi_common.c776 …SPI_CHECK((bus_config->intr_flags & (ESP_INTR_FLAG_HIGH|ESP_INTR_FLAG_EDGE|ESP_INTR_FLAG_INTRDISAB… in spi_bus_initialize()