firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
vSemaphoreDelete
Collaboration diagram for vSemaphoreDelete:

semphr. h

#define vSemaphoreDelete(xSemaphore)
Definition semphr.h:1129
QueueHandle_t SemaphoreHandle_t
Definition semphr.h:38

Delete a semaphore. This function must be used with care. For example, do not delete a mutex type semaphore if the mutex is held by a task.

Parameters
xSemaphoreA handle to the semaphore to be deleted.