/
USBD_OS_EP_LockRelease
USBD_OS_EP_LockRelease
Description
Release an endpoint lock.
Files
usbd_internal.h/usbd_os.c
Prototype
void USBD_OS_EP_LockRelease (CPU_INT08U dev_nbr, CPU_INT08U ep_ix);
Arguments
dev_nbr
Device number.
ep_ix
Endpoint index.
Returned Value
None.
Implementation guidelines
- A call to this function should post 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_LockDel
USBD_OS_EP_LockDel
More like this
USBD_StorageUnlock
USBD_StorageUnlock
More like this
USBD_StorageLock
USBD_StorageLock
More like this
USBD_HID_OS_TxLock
USBD_HID_OS_TxLock
More like this