Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

AddIntServer

Adds a interrupt server to the system

Declaration

Source position: exec.pas line 1182

procedure AddIntServer(

  intNumber: LongInt;

  interrupt_: pInterrupt

);

Arguments

intNumber

  

Number of Interrupt

interrupt_

  

Pointer to an Interrupt structure. By convention, the LN_NAME of the interrupt structure must point a descriptive string so that other users may identify who currently has control of the interrupt.

Description

This function adds a new interrupt server to a given server chain. The node is located on the chain in a priority dependent position. If this is the first server on a particular chain, interrupts will be enabled for that chain.

See also

RemIntServer

  

Remove an interrupt server from a server chain

Cause

  

Fire and software interrupt


Documentation generated on: 2021-07-30