<< Previous | Next >>

OSTimeDlySec

INT8U OSTimeDlySec( INT16U seconds );

Description

Delays execution of the task until seconds expires. This is a low-overhead version of OSTimeDlyHMSM for seconds only.

Parameters

seconds
The number of seconds to delay.

Return value

OS_NO_ERR
The call was successful.

OS_TIME_ZERO_DLY
A delay of zero seconds was requested.

Library

UCOS2.LIB

See also

OSTimeDly, OSTimeDlyHMSM, OSTimeDlyResume


Dynamic C Functions << Previous | Next >> rabbit.com