USBD_EventSetup
Description
Notifies the stack that a setup transfer has been received.
Files
usbd_core.h/usbd_core.c
Prototype
void USBD_EventSetup (USBD_DRV *p_drv, void *p_buf);
Arguments
p_drv
Pointer to device driver structure.
p_buf
Pointer to buffer that contains the setup packet.
Returned Value
None.
Callers
USB device controller driver ISR
Notes / Warnings
None.