Home
last modified time | relevance | path

Searched refs:ARCH_IRQ_DIRECT_CONNECT (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/boards/native/common/irq/
Dboard_irq.h44 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-latest/include/zephyr/
Dirq.h137 ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p)
/Zephyr-latest/include/zephyr/arch/arc/v2/
Dirq.h78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-latest/include/zephyr/arch/riscv/
Dirq.h78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-latest/include/zephyr/arch/arm/
Dirq.h125 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Darch.h242 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-latest/tests/kernel/gen_isr_table/src/
Dmain.c17 #if defined(ARCH_IRQ_DIRECT_CONNECT) && defined(CONFIG_GEN_IRQ_VECTOR_TABLE)