Searched refs:ESP32_INTC_SRCS_PER_IRQ (Results 1 – 1 of 1) sorted by relevance
39 #define ESP32_INTC_SRCS_PER_IRQ 2 macro61 static uint8_t esp_intr_irq_alloc[ESP_INTC_AVAILABLE_IRQS * ESP32_INTC_SRCS_PER_IRQ];63 #define ESP_INTR_IDX(irq, slot) ((irq % ESP_INTC_AVAILABLE_IRQS) * ESP32_INTC_SRCS_PER_IRQ + slot)75 uint32_t irq = source / ESP32_INTC_SRCS_PER_IRQ; in esp_intr_find_irq_for_source()78 for (int j = 0; j < ESP32_INTC_SRCS_PER_IRQ; j++) { in esp_intr_find_irq_for_source()103 for (int j = 0; j < ESP32_INTC_SRCS_PER_IRQ; j++) { in esp_intr_find_irq_for_source()135 for (int j = 0; j < ESP32_INTC_SRCS_PER_IRQ; j++) { in esp_intr_initialize()206 for (int j = 0; j < ESP32_INTC_SRCS_PER_IRQ; j++) { in esp_intr_disable()