/
USBD_EventHS
USBD_EventHS
Description
This function notifies the stack that a host is high speed capable.
Files
usbd_core.h/usbd_core.c
Prototype
void USBD_EventHS (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
USBDev_IsHighSpeed
USBDev_IsHighSpeed
More like this
USBD_EventConn
USBD_EventConn
More like this
USBD_EventSetup
USBD_EventSetup
More like this
USBD_EventDisconn
USBD_EventDisconn
More like this
USBD_CfgOtherSpeed
USBD_CfgOtherSpeed
More like this
App_USBD_EventConn
App_USBD_EventConn
More like this