<< Previous | Next >>

OSTimeDly

void OSTimeDly( INT16U ticks );

Description

Delays execution of the task for the specified number of clock ticks. No delay will result if ticks is 0. If ticks is >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