Unit isrmanager

Uses
Classes, Interfaces, Objects and Records
Constants
Variables

Description

ISR->ISRManager - Interrupt Service Routine Registration, Dispatch & Management.

Overview

Functions and Procedures

procedure init;
procedure registerISR(INT_N : uint8; callback : TISRHook);

Types

TISRHook = procedure();
TISRNHookArray = Array[0..MAX_HOOKS] of TISRHook;
TISRHookArray = Array[0..255] of TISRNHookArray;

Description

Functions and Procedures

procedure init;
 
procedure registerISR(INT_N : uint8; callback : TISRHook);
 

Types

TISRHook = procedure();
 
TISRNHookArray = Array[0..MAX_HOOKS] of TISRHook;
 
TISRHookArray = Array[0..255] of TISRNHookArray;
 

Author


Generated by PasDoc 0.16.0.