WebRadioApp  0.1
_CoreTimer.h File Reference
#include "ewrte.h"
#include "ewgfx.h"
Include dependency graph for _CoreTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _CoreTimer_
 
#define _CoreTimer__Trigger_
 

Functions

 EW_METHOD (Trigger, void)(CoreTimer _this) void CoreTimer_Done(CoreTimer _this)
 
void CoreTimer_restart (CoreTimer _this, XInt32 aBegin, XInt32 aPeriod)
 
void CoreTimer_OnSetPeriod (CoreTimer _this, XInt32 value)
 
void CoreTimer_OnSetBegin (CoreTimer _this, XInt32 value)
 
void CoreTimer_OnSetEnabled (CoreTimer _this, XBool value)
 
XUInt32 CoreTimer_GetCurrentTime (CoreTimer _this)
 
void CoreTimer_Trigger (CoreTimer _this)
 
void CoreTimer__Trigger (void *_this)
 

Macro Definition Documentation

◆ _CoreTimer_

#define _CoreTimer_

◆ _CoreTimer__Trigger_

#define _CoreTimer__Trigger_

Function Documentation

◆ CoreTimer__Trigger()

void CoreTimer__Trigger ( void _this)
Here is the caller graph for this function:

◆ CoreTimer_GetCurrentTime()

XUInt32 CoreTimer_GetCurrentTime ( CoreTimer  _this)

References EW_UNUSED_ARG, and EwGetTicks().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTimer_OnSetBegin()

void CoreTimer_OnSetBegin ( CoreTimer  _this,
XInt32  value 
)

References CoreTimer_restart(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTimer_OnSetEnabled()

void CoreTimer_OnSetEnabled ( CoreTimer  _this,
XBool  value 
)

References CoreTimer_GetCurrentTime(), CoreTimer_restart(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTimer_OnSetPeriod()

void CoreTimer_OnSetPeriod ( CoreTimer  _this,
XInt32  value 
)

References CoreTimer_restart(), and value.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTimer_restart()

void CoreTimer_restart ( CoreTimer  _this,
XInt32  aBegin,
XInt32  aPeriod 
)

References EwCreateTimer(), EwResetTimer(), and EwStartTimer().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CoreTimer_Trigger()

void CoreTimer_Trigger ( CoreTimer  _this)

References CoreTimer_GetCurrentTime(), CoreTimer_OnSetEnabled(), and EwSignal().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EW_METHOD()

EW_METHOD ( Trigger  ,
void   
)