HAL
HAL_USB_CURRENT_MODE_MAX_DELAY_MS is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_USB_CURRENT_MODE_MAX_DELAY_MS

HAL_USB_CURRENT_MODE_MAX_DELAY_MS macro

Syntax

#define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U

References

LocationText
stm32f4xx_ll_usb.h:45
#define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U
stm32f4xx_ll_usb.c:263
} while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS));
stm32f4xx_ll_usb.c:273
} while ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS));
stm32f4xx_ll_usb.c:280
if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS)