Searched defs:ARCH_IRQ_CONNECT (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/boards/native/common/irq/ |
D | board_irq.h | 32 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | arch.h | 58 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | arch.h | 58 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | irq.h | 51 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | arch.h | 78 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | irq.h | 71 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | arch.h | 123 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | arch.h | 43 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | arch.h | 198 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro
|