![]() |
|
| << Previous | Next >> | |
| | |
void OSTimeDly( INT16U ticks );
Description
- Delays execution of the task for the specified number of clock ticks. No delay will result if
ticksis 0. Ifticksis >0, then a context switch will result.Parameters
- ticks
- Number of clock ticks to delay the task.
Library
- UCOS2.LIB
See also
- OSTimeDlyHMSM, OSTimeDlyResume, OSTimeDlySec
| Dynamic C Functions | << Previous | Next >> | rabbit.com |