MC9S08DN60_64
 
CPU Component MC9S08DN60_64
Freescale HCS08 family : MC9S08DN60 in 64 pin LQFP 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 - The content of the system reset status register.

  • OnSwINT - This event is called when the SWI interrupt had occurred.

      ANSIC prototype: void OnSwINT(void)

  • OnLvwINT - This event is called when the Low voltage warning (LVW) interrupt had occurred. This event can be enabled only if both LVD module and LVW Interrupt are enabled.

      ANSIC prototype: void OnLvwINT(void)

  • OnLossOfLockINT - This event is called when Loss of lock interrupt had occurred. This event is enabled only if Loss of lock interrupt is enabled.

      ANSIC prototype: void OnLossOfLockINT(void)


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