iLLD_TC27xD  1.0
Module Functions
Collaboration diagram for Module Functions:

Functions

IFX_INLINE uint64 IfxStm_get (Ifx_STM *stm)
 Returns system timer value. More...
 
IFX_INLINE float32 IfxStm_getFrequency (Ifx_STM *stm)
 Returns the system timer frequency. More...
 
IFX_EXTERN void IfxStm_enableOcdsSuspend (Ifx_STM *stm)
 enable suspend by debugger. More...
 
IFX_EXTERN IfxStm_ResourceStm IfxStm_getIndex (Ifx_STM *stm)
 API to get the resource index of the STM specified. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxStm_enableOcdsSuspend ( Ifx_STM *  stm)

enable suspend by debugger.

Parameters
stmpointer to System timer module registers.
Returns
None

Definition at line 48 of file IfxStm.c.

IFX_INLINE uint64 IfxStm_get ( Ifx_STM *  stm)

Returns system timer value.

Parameters
stmpointer to System timer module registers.
Returns
system timer value.

Definition at line 458 of file IfxStm.h.

Referenced by IfxStm_getOffsetTimer(), now(), and nowWithoutCriticalSection().

IFX_INLINE float32 IfxStm_getFrequency ( Ifx_STM *  stm)

Returns the system timer frequency.

Parameters
stmpointer to System timer module registers.
Returns
the system timer frequency in Hz.

Definition at line 475 of file IfxStm.h.

Referenced by IfxStm_getTicksFromMicroseconds(), IfxStm_getTicksFromMilliseconds(), and initTime().

IFX_EXTERN IfxStm_ResourceStm IfxStm_getIndex ( Ifx_STM *  stm)

API to get the resource index of the STM specified.

Parameters
stmpointer to System timer module registers.
Returns
system timer resource index.

Definition at line 59 of file IfxStm.c.

Referenced by IfxStm_initCompare().