Searched refs:ARCH_IRQ_DIRECT_CONNECT (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/boards/native/common/irq/ |
D | board_irq.h | 44 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/ |
D | irq.h | 137 ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p)
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | irq.h | 78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | irq.h | 78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | irq.h | 125 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | arch.h | 242 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
|
/Zephyr-latest/tests/kernel/gen_isr_table/src/ |
D | main.c | 17 #if defined(ARCH_IRQ_DIRECT_CONNECT) && defined(CONFIG_GEN_IRQ_VECTOR_TABLE)
|