nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ OSAL_Create_Mutex()

OSAL_Mutex_t OSAL_Create_Mutex ( bool_t  Owned)

Creates a mutex.

Parameters
[in]OwnedCreates the mutex as owned if TRUE or unowned if FALSE.
Returns
Handle to the created mutex upon successor NULL upon failure.