on_io_int_line Event

Function:

Generated when the change of state on one of the enabled interrupt lines is detected.

Declaration:

on_io_int_line(ionum as byte, intnum as byte, edge as byte)

See Also:

Working With Interrupts


Part

Description

ionum

The number of the line on which the interrupt was generated.

intnum

The number of the interrupt line.

edge

See the list of pl_int_edge constants in the platform specifications.


Details

Interrupt lines are enabled/disabled through the io.intenabled property.

Multiple on_io_int_line events will be added to the event queue in the order in which interrupts are generated.


on_io_int_line Event

Details