/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) \ argument 44 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/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) \ argument 78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/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) \ argument 86 #define ARCH_PCIE_IRQ_CONNECT(bdf_p, irq_p, priority_p, \ argument
|
/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) \ argument 78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | arch.h | 146 #define _X86_IDT_TSS_REGISTER(tss_p, irq_p, priority_p, vec_p, dpl_p) \ argument 198 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 228 #define ARCH_PCIE_IRQ_CONNECT(bdf_p, irq_p, priority_p, \ argument 242 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/Zephyr-latest/include/zephyr/ |
D | irq.h | 48 #define IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 136 #define IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/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) \ argument
|
/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) \ argument
|
/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) \ argument
|
/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) \ argument
|
/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | pcie.h | 571 #define PCIE_IRQ_CONNECT(bdf_p, irq_p, priority_p, \ argument
|