|
|
|
Events:
(Events are call-back functions called when an important event occurrs.
Please see the Embedded Components page for more information.)
-
EventModule
- Name of the user module (without extension), where the events from this component are placed.
-
OnInterrupt
- This event is called when the active signal edge/level occurs. This event is enabled only if Interrupt service/event property is enabled.
ANSIC prototype: void OnInterrupt(void)
- Priority - Priority of the event routine. Default value is based on the interrupt priority defined in property Interrupt priority. For details see description below of the page.
For each generated event it is possible to set:
- Procedure Name - name of procedure (written by user) that handles the event.
|