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
SysTaskWaitSleepUsRTS_IEC_RESULTInput
hTaskRTS_IEC_HANDLE<param name=”hTask” type=”IN”>Handle to task</param>
Inout
ptSleepUsSYSTIME<param name=”ptSleepUs” type=”IN”>Time in microseconds to sleep</param>