pub unsafe extern "C" fn nrf_modem_os_sem_give(sem: *mut c_void)
Expand description

Give a semaphore.

  • sem - The semaphore.

@note Can be called from an ISR.