Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

usbd_core.h/usbd_ep.c

Prototype

Code Block
languagecpp
void  USBD_EP_TxCmpl (USBD_DRV    *p_drv,
                      CPU_INT08U   ep_log_nbr);


Arguments

p_drv

Pointer to device driver structure.

...