Searched refs:speed (Results 1 – 8 of 8) sorted by relevance
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_ll_usb.c | 215 if (cfg.speed == USB_OTG_SPEED_HIGH) { in USB_DevInit() 355 HAL_StatusTypeDef USB_SetDevSpeed(USB_OTG_GlobalTypeDef *USBx , uint8_t speed) in USB_SetDevSpeed() argument 357 USBx_DEVICE->DCFG |= speed; in USB_SetDevSpeed() 372 uint8_t speed = 0; in USB_GetDevSpeed() local 375 speed = USB_OTG_SPEED_HIGH; in USB_GetDevSpeed() 378 speed = USB_OTG_SPEED_FULL; in USB_GetDevSpeed() 380 speed = USB_OTG_SPEED_LOW; in USB_GetDevSpeed() 383 return speed; in USB_GetDevSpeed() 1020 if ((cfg.speed == USB_OTG_SPEED_FULL)&& in USB_HostInit() 1202 uint8_t speed, in USB_HC_Init() argument [all …]
|
| A D | stm32f7xx_hal_hcd.c | 185 uint8_t speed, in HAL_HCD_HC_Init() argument 199 hhcd->hc[ch_num].speed = speed; in HAL_HCD_HC_Init() 205 speed, in HAL_HCD_HC_Init() 1054 if (hhcd->Init.speed == HCD_SPEED_FULL) { in HCD_Port_IRQHandler() 1060 if (hhcd->Init.speed == HCD_SPEED_HIGH) { in HCD_Port_IRQHandler()
|
| A D | stm32f7xx_hal_pcd.c | 486 hpcd->Init.speed = USB_OTG_SPEED_HIGH; in HAL_PCD_IRQHandler() 490 hpcd->Init.speed = USB_OTG_SPEED_FULL; in HAL_PCD_IRQHandler()
|
| /external/lib/lwip/include/lwip/ |
| A D | netif.h | 233 #define NETIF_INIT_SNMP(netif, type, speed) \ argument 237 (netif)->link_speed = (speed); \ 248 #define NETIF_INIT_SNMP(netif, type, speed) argument
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
| A D | stm32f7xx_ll_usb.h | 110 uint32_t speed; /*!< USB Core speed. member 183 uint8_t speed; /*!< USB Host speed. member 397 HAL_StatusTypeDef USB_SetDevSpeed(USB_OTG_GlobalTypeDef *USBx , uint8_t speed); 435 uint8_t speed,
|
| A D | stm32f7xx_hal_hcd.h | 164 uint8_t speed,
|
| /external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
| A D | stm32f0xx_hal_pcd.h | 103 uint32_t speed; /*!< USB Core speed. member
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 419 # the optimal cache size from a speed point of view. 2236 # speed.
|
Completed in 26 milliseconds