@CHIP-RTOS C Library V2.06 - RTOS API
RTX_Sleep_Long
Go to sleep for a large number of
Real-Time Interrupts.
(RTI). int RTX_Sleep_Long ( long time_rti ); Parameters
time_rti
- 31 bit sleep time in RTI ticks.
This value is not valid if negative and the function will
return immediately.
Return Value
- 0 on success else error code.
Comments
- The RTX_Wakeup function can wake
up a sleeping task before its sleep timer has expired.
If the task has an outstanding wake request pending when it calls here,
the task will continue execution immediately without waiting.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
1.20 | 1.20 | 1.20 | V1.05 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|