Unit isr_types

Description

ISR->ISR_Types - Interrupt Service Routine Structures.

Overview

Classes, Interfaces, Objects and Records

Name Description
Packed Record TInterruptRegisters  
Packed Record TError  
Packed Record TInterruptSpecialRegisters  
Record TRegisters  

Functions and Procedures

procedure correctInterruptRegisters(Errorcode : boolean);

Types

PInterruptRegisters = ˆTInterruptRegisters;
PError = ˆTError;
PInterruptSpecialRegisters = ˆTInterruptSpecialRegisters;
PRegisters = ˆTRegisters;
pp_hook_method = procedure(data : void);
pp_void = pp_hook_method;

Constants

MAX_HOOKS = 16;

Variables

IntReg: PInterruptRegisters = nil;
IntSpec: PInterruptSpecialRegisters = nil;
IntErr: PError = nil;
ZeroError: uint32 = 0;

Description

Functions and Procedures

procedure correctInterruptRegisters(Errorcode : boolean);
 

Types

PInterruptRegisters = ˆTInterruptRegisters;
 
PError = ˆTError;
 
PInterruptSpecialRegisters = ˆTInterruptSpecialRegisters;
 
PRegisters = ˆTRegisters;
 
pp_hook_method = procedure(data : void);
 
pp_void = pp_hook_method;
 

Constants

MAX_HOOKS = 16;
 

Variables

IntReg: PInterruptRegisters = nil;
 
IntSpec: PInterruptSpecialRegisters = nil;
 
IntErr: PError = nil;
 
ZeroError: uint32 = 0;
 

Author


Generated by PasDoc 0.16.0.