@CHIP-RTOS C Library V2.06 - RTOS API
RTX_Sleep_Fine
Go to sleep for a specified number of
Real-Time Interrupts
(RTI). int RTX_Sleep_Fine ( unsigned int time_rti ); Parameters
time_rti
- Sleep time in RTI ticks
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
|