USBD_DrvEP_RxZLP

Description

Receive zero-length packet from endpoint.

Files

Every device driver’s usbd_drv.c

Prototype

static  void  USBD_DrvEP_RxZLP (USBD_DRV    *p_drv,
                                CPU_INT08U   ep_addr,
                                USBD_ERR    *p_err);


Arguments

p_drv

Pointer to USB device driver structure.

ep_addr

Endpoint address.

p_err

Pointer to variable that will receive the return error code from this function.

Returned Value

None.

Callers

USB device core layer.

Notes / Warnings

None.