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.