USBD_OS_EP_SignalDel
Description
Deletes a signal/semaphore.
Files
usbd_internal.h/usbd_os.c
Prototype
void USBD_OS_EP_SignalDel (CPU_INT08U dev_nbr, CPU_INT08U ep_ix);
Arguments
dev_nbr
Device number.
ep_ix
Endpoint index.
Returned Value
None.
Callers
Endpoints close functions.
Implementation guidelines
- A call to this function should delete the signal / semaphore associated to the specified endpoint.