pub unsafe extern "C" fn nrf_modem_os_sem_count_get(
    sem: *mut c_void
) -> c_uint
Expand description

Get a semaphore’s count.

  • sem - The semaphore. @returns Current semaphore count.