pub unsafe extern "C" fn osSemaphoreGetCount(
semaphore_id: osSemaphoreId_t,
) -> u32
Expand description
Get current Semaphore token count. \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. \return number of tokens available.
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.