ExtInt
 
Component ExtInt
External interrupt
Component Level: High
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 an active signal edge/level has occurred.

      ANSIC prototype: void OnInterrupt(void)
    • Priority - OnInterrupt priority. Default value is based on the interrupt priority defined in property Interrupt priority. For details see description below of the page.

  • Events for HC08 JB JG derivatives.
    • OnTriggerInterrupt - This event is called when an active signal edge/level has occurred on the supplementary trigger pin. The event is available only if Supplementary trigger input property is Enabled.

        ANSIC prototype: void OnTriggerInterrupt(void)
      • Priority - Priority of the event routine. For details see description below of the page.


For each generated event it is possible to set: