mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 22:55:57 +00:00
This driver allows multiple drivers to share a common interrupt line. This functionality is required on system that conform to the PC interrupt structure. In the context of Zephyr this is needed for SOC's that have their I/O IP blocks behind a PCI interface. Due to the limited number of interrupt lines provided by the PCI interface multiple IP blocks may be configured to share an interrupt line. Drivers that share interrupts must be modified to *not* register their own interrupt service routine as part of their configuration/initialization but instead bind to the correct instance of this driver by name, then register their interrupt service routine with this driver. Change-Id: I57b517b97ebeabce484ba53c8f940da993cb391d Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com> |
||
---|---|---|
.. | ||
arch | ||
bluetooth | ||
drivers | ||
microkernel | ||
misc | ||
net | ||
toolchain | ||
atomic.h | ||
device.h | ||
gpio.h | ||
i2c.h | ||
init.h | ||
ipi.h | ||
kernel_version.h | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool.h | ||
microkernel.h | ||
nanokernel.h | ||
pinmux.h | ||
pwm.h | ||
section_tags.h | ||
sections.h | ||
shared_irq.h | ||
spi.h | ||
sw_isr_table.h | ||
sys_clock.h | ||
sys_io.h | ||
toolchain.h |