USBD_EP_TxCmpl
Description
Notifies the stack that an IN transfer is completed.
Files
usbd_core.h/usbd_ep.c
Prototype
void USBD_EP_TxCmpl (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.