/
USBD_EventSetup
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.
Related content
USBD_EventConn
USBD_EventConn
More like this
USBD_EP_TxCmpl
USBD_EP_TxCmpl
More like this
USBD_EP_RxCmpl
USBD_EP_RxCmpl
More like this
App_USBD_EventConn
App_USBD_EventConn
More like this
USBD_OS_CoreEventPut
USBD_OS_CoreEventPut
More like this
USBD_EventDisconn
USBD_EventDisconn
More like this