SysTimerSetInterval (FUN)

FUNCTION SysTimerSetInterval : RTS_IEC_RESULT

<description>This function returns the interval of a timer</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>

InOut:

Scope

Name

Type

Comment

Return

SysTimerSetInterval

RTS_IEC_RESULT

Input

hTimer

RTS_IEC_HANDLE

<param name=”hTimer” type=”IN”>Handle of the timer</param>

tIntervalNs

SYSTIME

<param name=”tIntervalNs” type=”IN”>Interval of the timer in nanoseconds</param>