[][src]Function cmsis_rtos2::cmsis_os2::osSemaphoreDelete

pub unsafe extern "C" fn osSemaphoreDelete(
    semaphore_id: osSemaphoreId_t
) -> osStatus_t

Delete a Semaphore object. \param[in] semaphore_id semaphore ID obtained by \ref osSemaphoreNew. \return status code that indicates the execution status of the function.