[][src]Function cmsis_rtos2::cmsis_os2::osSemaphoreGetCount

pub unsafe extern "C" fn osSemaphoreGetCount(
    semaphore_id: osSemaphoreId_t
) -> u32

Get current Semaphore token count. \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. \return number of tokens available.