Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/boards/posix/native_posix/
Dboard_irq.h44 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-Core-2.7.6/boards/posix/nrf52_bsim/
Dboard_irq.h44 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-Core-2.7.6/include/arch/arm64/
Dirq.h91 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \
/Zephyr-Core-2.7.6/include/arch/arc/v2/
Dirq.h78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-Core-2.7.6/include/
Dirq.h112 ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p)
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/
Dirq.h123 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \
/Zephyr-Core-2.7.6/include/arch/x86/ia32/
Darch.h236 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ macro
/Zephyr-Core-2.7.6/tests/kernel/gen_isr_table/src/
Dmain.c16 #if defined(ARCH_IRQ_DIRECT_CONNECT) && defined(CONFIG_GEN_IRQ_VECTOR_TABLE)