Searched refs:ARCH_IRQ_CONNECT (Results 1 – 12 of 12) 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/x86/ia32/ |
D | arch.h | 198 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ macro 230 ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p)
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | irq.h | 85 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \
|
/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/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/ |
D | irq.h | 49 ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p)
|
/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/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/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/arm/ |
D | irq.h | 116 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \
|