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

USBD_FS_SPEED macro

Syntax

#define USBD_FS_SPEED 2U

References

LocationText
stm32f4xx_ll_usb.h:380
#define USBD_FS_SPEED 2U
stm32f4xx_hal_pcd.h:157
#define PCD_SPEED_FULL USBD_FS_SPEED
stm32f4xx_ll_usb.c:148
if (speed == USBD_FS_SPEED)
stm32f4xx_ll_usb.c:582
speed = USBD_FS_SPEED;