/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_usb.c | 241 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 251 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 258 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_usb.h | 44 #ifndef HAL_USB_CURRENT_MODE_MAX_DELAY_MS 45 #define HAL_USB_CURRENT_MODE_MAX_DELAY_MS 200U macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_usb.c | 259 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 269 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 276 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usb.c | 255 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 265 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 272 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usb.c | 263 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 273 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 280 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usb.c | 301 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 311 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 318 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usb.c | 267 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 277 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 284 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usb.c | 226 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 236 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 243 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usb.c | 234 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 244 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 251 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usb.c | 258 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 268 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 275 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usb.c | 256 …while ((USB_GetMode(USBx) != (uint32_t)USB_HOST_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 266 …ile ((USB_GetMode(USBx) != (uint32_t)USB_DEVICE_MODE) && (ms < HAL_USB_CURRENT_MODE_MAX_DELAY_MS)); in USB_SetCurrentMode() 273 if (ms == HAL_USB_CURRENT_MODE_MAX_DELAY_MS) in USB_SetCurrentMode()
|