/
USBD_EP_TxCmpl
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.
Related content
USBD_EP_RxCmpl
USBD_EP_RxCmpl
More like this
USBD_CtrlTx
USBD_CtrlTx
More like this
USBD_EventSetup
USBD_EventSetup
More like this
USBD_DrvEP_Tx
USBD_DrvEP_Tx
More like this
USBD_CtrlRx
USBD_CtrlRx
More like this
USBD_IntrRx
USBD_IntrRx
More like this