SyncProc
 
Component SyncProc
Sync Processor
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.
  • AfterNewSpeed - This event is called when the CPU speed mode is being changed (using CPU methods) - after the change. The event is enabled only if speed modes are supported in the target CPU component (more than one speed mode).

      ANSIC prototype: void AfterNewSpeed(void)

  • BeforeNewSpeed - This event is called when the CPU speed mode is being changed (using CPU methods) - before the change. The event is enabled only if speed modes are supported in the target CPU component (more than one speed mode).

      ANSIC prototype: void BeforeNewSpeed(void)

  • OnVsync - This event is invoked by the specified edge of the internal Vsync signal.

      ANSIC prototype: void OnVsync(void)
    • Priority - OnTransmitData priority. Default value is based on the interrupt priority defined in property Interrupt priority. For details see description below of the page.

  • OnLowVsync - This event is invoked when vertical frame frequency below 40.7Hz.

      ANSIC prototype: void OnLowVsync(void)
    • Priority - OnReceiveData priority. Default value is based on the interrupt priority defined in property Interrupt priority. For details see description below of the page.


For each generated event it is possible to set: