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