![]() |
|
| << Previous | Next >> | |
| | |
INT8U OSTimeDlySec( INT16U seconds );
Description
- Delays execution of the task until
secondsexpires. This is a low-overhead version ofOSTimeDlyHMSMfor 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 |