pub unsafe extern "C" fn osSemaphoreDelete(
semaphore_id: osSemaphoreId_t,
) -> osStatus_t
Expand description
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.