SysTaskWaitSleepUs
(FUN)
FUNCTION SysTaskWaitSleepUs : RTS_IEC_RESULT
<description> This function serves to pause the processing of a running task for a time interval specified in microseconds. The function is not implemented on every platform. </description> <result>error code</result>
- InOut:
Scope
Name
Type
Comment
Return
SysTaskWaitSleepUs
RTS_IEC_RESULT
Input
hTask
RTS_IEC_HANDLE
<param name=”hTask” type=”IN”>Handle to task</param>
Inout
ptSleepUs
SYSTIME
<param name=”ptSleepUs” type=”IN”>Time in microseconds to sleep</param>