/
USBD_EventDisconn
USBD_EventDisconn
Description
Notifies the stack the device is disconnected from the host.
Files
usbd_core.h/usbd_core.c
Prototype
void USBD_EventDisconn (USBD_DRV *p_drv);
Arguments
p_drv
Pointer to device driver structure.
Returned Value
None.
Callers
USB device controller driver ISR
Notes / Warnings
None.
Related content
USBD_EventConn
USBD_EventConn
More like this
App_USBD_EventDisconn
App_USBD_EventDisconn
More like this
USBD_DevStop
USBD_DevStop
More like this
USBD_EventSuspend
USBD_EventSuspend
More like this
USBD_EP_RxCmpl
USBD_EP_RxCmpl
More like this
USBD_EventSetup
USBD_EventSetup
More like this