/
USBD_OS_EP_LockDel
USBD_OS_EP_LockDel
Description
Delete the OS resource used as an endpoint lock.
Files
usbd_internal.h/usbd_os.c
Prototype
void USBD_OS_EP_LockDel (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 lock associated to the specified endpoint.
, multiple selections available,
Related content
USBD_OS_EP_LockAcquire
USBD_OS_EP_LockAcquire
More like this
USBD_OS_EP_LockCreate
USBD_OS_EP_LockCreate
More like this
USBD_OS_EP_LockRelease
USBD_OS_EP_LockRelease
More like this
USBD_OS_EP_SignalDel
USBD_OS_EP_SignalDel
More like this
USBD_EP_IsStalled
USBD_EP_IsStalled
More like this
USBD_DevStop
USBD_DevStop
More like this