[][src]Function cmsis_rtos2::cmsis_os2::osMutexRelease

pub unsafe extern "C" fn osMutexRelease(mutex_id: osMutexId_t) -> osStatus_t

Release a Mutex that was acquired by \ref osMutexAcquire. \param[in] mutex_id mutex ID obtained by \ref osMutexNew. \return status code that indicates the execution status of the function.