MC9S08AC16_48
 
CPU Component MC9S08AC16_48
Freescale HCS08 family : MC9S08AC16 in 48 pin QFN 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 from this component are placed.
  • OnSwINT - This event is called when the SWI interrupt had occurred.

      ANSIC prototype: void OnSwINT(void)

  • 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.

  • OnClockMonitor - This event is called when the LOLS (FLL Loss of Lock Status) flag or the LOCS (Loss of Clock Status) flag is set. This event can be enabled only if the Loss of clock property or the Loss of lock property of a speed mode is set to generate an interrupt.

      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.