Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
ISR->ISRManager - Interrupt Service Routine Registration, Dispatch & Management.
ISRManager
procedure init;
procedure registerISR(INT_N : uint8; callback : TISRHook);
TISRHook = procedure();
TISRNHookArray = Array[0..MAX_HOOKS] of TISRHook;
TISRHookArray = Array[0..255] of TISRNHookArray;