nrfxlib API 2.8.99
|
bool_t OSAL_Wait_Mutex | ( | OSAL_Mutex_t | Mutex, |
unsigned long | Timeout ) |
Waits for ownership of a mutex.
[in] | Mutex | Handle to the mutex returned from OSAL_Create_Mutex(). |
[in] | Timeout | Value in milliseconds to wait for the mutex or OSAL_TIMEOUT_INFINITE to wait forever. |