USBD_EP_RxCmpl
Description
Notifies the stack that an OUT transfer is completed.
Files
usbd_core.h/usbd_ep.c
Prototype
void USBD_EP_RxCmpl (USBD_DRV *p_drv, CPU_INT08U ep_log_nbr);
Arguments
p_drv
Pointer to device driver structure.
ep_log_nbr
Endpoint logical number.
Returned Value
None.
Callers
USB device controller driver ISR
Notes / Warnings
None.