USBD_DrvEP_TxZLP

USBD_DrvEP_TxZLP

Description

Transmit zero-length packet to endpoint.

Files

Every device driver’s usbd_drv.c

Prototype

static void USBD_DrvEP_TxZLP (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.