![]() |
CMSIS-RTOS RTX
Version 4.78
CMSIS-RTOS RTX: Real-Time Operating System for Cortex-M processor-based devices
|
Wait for a time period or unspecified events. More...
Functions | |
osStatus | osDelay (uint32_t millisec) |
Wait for Timeout (Time Delay). | |
The Generic Wait function group provides means for a time delay and allow to wait for unspecified events.
osStatus osDelay | ( | uint32_t | millisec | ) |
[in] | millisec | time delay value |
Wait for a specified time period in millisec.
Example