MC68HC908KX2
 
CPU Component MC68HC908KX2
Freescale HC08 family : MC68HC908KX2
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.
  • 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)

  • OnClockMonitor - This event is called when both CMIE (Clock Monitor Interrupt Enable) and CMF (Clock Monitor Interrupt Flag) are set. CMIE can be set when then CMON bit has been set for at least one cycle. CMIE is forced clear when CMON is clear or during reset.

      ANSIC prototype: void OnClockMonitor(void)


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