pub unsafe extern "C" fn osSemaphoreRelease(
semaphore_id: osSemaphoreId_t,
) -> osStatus_t
Expand description
Release a Semaphore token up to the initial maximum count. \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. \return status code that indicates the execution status of the function.