zephyr::raw

Function k_sem_give

source
pub unsafe extern "C" fn k_sem_give(sem: *mut k_sem)
Expand description

@brief Give a semaphore.

This routine gives @a sem, unless the semaphore is already at its maximum permitted count.

@funcprops \isr_ok

@param sem Address of the semaphore.