KBaseInterruptEvent: Difference between revisions

Bond697 (talk | contribs)
No edit summary
mNo edit summary
 
Line 1: Line 1:
[[Category:Kernel objects]]
[[Category:Kernel interrupt events]]
Abstract base class for all interrupt events.
Abstract base class for all interrupt events.


Line 19: Line 19:
If either NULL or 1 is returned, nothing will be signaled. If NULL is returned, no post-interrupt rescheduling will be done.
If either NULL or 1 is returned, nothing will be signaled. If NULL is returned, no post-interrupt rescheduling will be done.


The kernel uses the [[KSchedulableInterruptEvent|KEventInterruptEvent]] field of a [[KEvent|KEvent]] when binding public interrupts per svcBindInterrupt request.
The kernel uses the [[KUserBindableInterruptEvent|KEventInterruptEvent]] field of a [[KEvent|KEvent]] when binding public interrupts per svcBindInterrupt request.