MC68HC908AB32
 
CPU Component MC68HC908AB32
Freescale HC08 family : MC68HC908AB32
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)

  • OnPllLockStatusChanged - This event is called when the PLL interrupt is enabled and the lock status of the PLL toggles (the PLL interrupt flag is set). The PLL interrupt can be enabled if the automatic bandwidth control is enabled (the AUTO bit is set) and the PLL is turned on.

      ANSIC prototype: void OnPllLockStatusChanged(void)


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