[][src]Function cmsis_rtos2::cmsis_os2::osSemaphoreRelease

pub unsafe extern "C" fn osSemaphoreRelease(
    semaphore_id: osSemaphoreId_t
) -> osStatus_t

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.