ChimeraTK / DeviceAccess

ChimeraTK core library: Provide (client) access to hardware devices and other control system applications.
GNU Lesser General Public License v3.0
8 stars 7 forks source link

feat: interface for interrupt controller handlers #397

Closed killenb closed 7 months ago

killenb commented 8 months ago
mhier commented 8 months ago

Btw: I am not sure if the term "nested interrupts" is used anywhere else than in the title of the PR, but it usually means something totally different. Nested interrupts are IRQs happening while the CPU is in an IRQ handler. At least it should be called "nested interrupt controllers", but maybe I would avoid the word "nested" in this context.