/
USBD_EventReset
USBD_EventReset
Description
Notifies the stack a reset event in the bus.
Files
usbd_core.h/usbd_core.c
Prototype
void USBD_EventReset (USBD_DRV *p_drv);
Arguments
p_drv
Pointer to device driver structure.
Returned Value
None.
Callers
USB device controller driver ISR
Notes / Warnings
None.
, multiple selections available,
Related content
App_USBD_EventReset
App_USBD_EventReset
More like this
USBD_EventSetup
USBD_EventSetup
More like this
USBD_EventResume
USBD_EventResume
More like this
USBD_EventSuspend
USBD_EventSuspend
More like this
App_USBD_EventDisconn
App_USBD_EventDisconn
More like this
App_USBD_EventResume
App_USBD_EventResume
More like this