Home
last modified time | relevance | path

Searched refs:ESP_PRIO_TO_FLAGS (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dintc_esp32c3.h46 #define ESP_PRIO_TO_FLAGS(priority) \ macro
Dintc_esp32.h50 #define ESP_PRIO_TO_FLAGS(priority) \ macro
/Zephyr-latest/drivers/mbox/
Dmbox_esp32.c210 ESP_PRIO_TO_FLAGS(cfg->irq_priority_pro_cpu) | in esp32_mbox_init()
220 ESP_PRIO_TO_FLAGS(cfg->irq_priority_app_cpu) | in esp32_mbox_init()
/Zephyr-latest/drivers/ipm/
Dipm_esp32.c226 ESP_PRIO_TO_FLAGS(cfg->irq_priority_pro_cpu) | in esp32_ipm_init()
244 ESP_PRIO_TO_FLAGS(cfg->irq_priority_app_cpu) | in esp32_ipm_init()
/Zephyr-latest/soc/espressif/esp32/
Desp32-mp.c265 ESP_PRIO_TO_FLAGS(DT_IRQ_BY_IDX(DT_NODELABEL(ipi0), 0, priority)) | in arch_cpu_start()
273 ESP_PRIO_TO_FLAGS(DT_IRQ_BY_IDX(DT_NODELABEL(ipi1), 0, priority)) | in arch_cpu_start()
/Zephyr-latest/drivers/timer/
Desp32_sys_timer.c149 ESP_PRIO_TO_FLAGS(DT_IRQ_BY_IDX(DT_NODELABEL(systimer0), 0, priority)) | in sys_clock_driver_init()
/Zephyr-latest/drivers/watchdog/
Dxt_wdt_esp32.c135 flags = ESP_PRIO_TO_FLAGS(cfg->irq_priority) | ESP_INT_FLAGS_CHECK(cfg->irq_flags) | in esp32_xt_wdt_init()
Dwdt_esp32.c172 flags = ESP_PRIO_TO_FLAGS(config->irq_priority) | ESP_INT_FLAGS_CHECK(config->irq_flags); in wdt_esp32_init()
/Zephyr-latest/drivers/counter/
Dcounter_esp32_rtc.c67 flags = ESP_PRIO_TO_FLAGS(cfg->irq_priority) | ESP_INT_FLAGS_CHECK(cfg->irq_flags) | in counter_esp32_init()
Dcounter_esp32_tmr.c98 ESP_PRIO_TO_FLAGS(cfg->irq_priority) | in counter_esp32_init()
/Zephyr-latest/drivers/serial/
Dserial_esp32_usb.c114 ESP_PRIO_TO_FLAGS(config->irq_priority) | in serial_esp32_usb_init()
Duart_esp32.c963 ESP_PRIO_TO_FLAGS(config->irq_priority) | in uart_esp32_init()
/Zephyr-latest/drivers/can/
Dcan_esp32_twai.c208 ESP_PRIO_TO_FLAGS(twai_config->irq_priority) | in can_esp32_twai_init()
/Zephyr-latest/drivers/input/
Dinput_esp32_touch_sensor.c275 flags = ESP_PRIO_TO_FLAGS(DT_IRQ_BY_IDX(DT_NODELABEL(touch), 0, priority)) |
/Zephyr-latest/drivers/ethernet/
Deth_esp32.c265 ESP_PRIO_TO_FLAGS(DT_IRQ_BY_IDX(DT_NODELABEL(eth), 0, priority)) | in eth_esp32_initialize()
/Zephyr-latest/drivers/gpio/
Dgpio_esp32.c484 ESP_PRIO_TO_FLAGS(DT_IRQ_BY_IDX(DT_NODELABEL(gpio0), 0, priority)) | in gpio_esp32_init()
/Zephyr-latest/drivers/sensor/espressif/pcnt_esp32/
Dpcnt_esp32.c345 ESP_PRIO_TO_FLAGS(config->irq_priority) | in pcnt_esp32_trigger_set()
/Zephyr-latest/drivers/spi/
Dspi_esp32_spim.c251 ESP_PRIO_TO_FLAGS(cfg->irq_priority) | in spi_esp32_init()
/Zephyr-latest/drivers/pwm/
Dpwm_mc_esp32.c554 ESP_PRIO_TO_FLAGS(DT_INST_IRQ_BY_IDX(idx, 0, priority)) | \
/Zephyr-latest/drivers/i2c/
Di2c_esp32.c766 ESP_PRIO_TO_FLAGS(config->irq_priority) | in i2c_esp32_init()
/Zephyr-latest/drivers/dma/
Ddma_esp32_gdma.c556 ESP_PRIO_TO_FLAGS(irq_cfg[i].irq_priority) | in dma_esp32_configure_irq()
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c1344 ESP_PRIO_TO_FLAGS(cfg->irq_priority) | in sdhc_esp32_init()