MC68HC908QT4A_-
P_DW
 
CPU Component MC68HC908QT4A_P_DW
Freescale HC08 family : MC68HC908QT4A in 8 pin PDIP and SOIC package
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 of this component are placed.
  • OnReset - This software event is called after a reset.

      ANSIC prototype: void OnReset(byte Reason)
    • Reason:byte - Reset source

  • OnSwINT - This software event is called after a software reset.

      ANSIC prototype: void OnSwINT(void)

  • OnAutoWakeup - This event is called when interrupt from Auto Wakeup peripheral occurs. The event is enabled only if Auto-wakeup property is enabled.

      ANSIC prototype: void OnAutoWakeup(void)


For each generated event it is possible to set:
  • Procedure Name - name of procedure (written by user) that handles the event.