Function osMutexRelease

Source
pub unsafe extern "C" fn osMutexRelease(
    mutex_id: osMutexId_t,
) -> osStatus_t
Expand description

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.