HAL
HPRT0_PRTSPD_HIGH_SPEED is only used within HAL.
 
Symbols
loading...
Files
loading...

HPRT0_PRTSPD_HIGH_SPEED macro

Syntax

#define HPRT0_PRTSPD_HIGH_SPEED 0U

References

LocationText
stm32f4xx_ll_usb.h:422
#define HPRT0_PRTSPD_HIGH_SPEED 0U
stm32f4xx_hal_hcd.c:248
if ((speed == HCD_DEVICE_SPEED_FULL) && (HostCoreSpeed == HPRT0_PRTSPD_HIGH_SPEED))
stm32f4xx_hal_hcd.c:1229
if ((hhcd->hc[ch_num].speed != HCD_DEVICE_SPEED_HIGH) && (HostCoreSpeed == HPRT0_PRTSPD_HIGH_SPEED))