Searched refs:dev_address (Results 1 – 13 of 13) sorted by relevance
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/ |
H A D | usbh_pipes.c | 86 uint8_t epnum, uint8_t dev_address, in USBH_OpenPipe() argument 89 USBH_LL_OpenPipe(phost, pipe_num, epnum, dev_address, speed, ep_type, mps); in USBH_OpenPipe()
|
H A D | usbh_conf_template.c | 140 uint8_t dev_address, in USBH_LL_OpenPipe() argument 149 UNUSED(dev_address); in USBH_LL_OpenPipe()
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/ |
H A D | usbh_pipes.h | 80 uint8_t dev_address,
|
H A D | usbh_core.h | 130 uint8_t dev_address,
|
/btstack/port/stm32-f4discovery-usb/USB_HOST/Target/ |
H A D | usbh_conf.c | 348 … uint8_t dev_address, uint8_t speed, uint8_t ep_type, uint16_t mps) in USBH_LL_OpenPipe() argument 354 dev_address, speed, ep_type, mps); in USBH_LL_OpenPipe()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_hcd.h | 177 uint8_t dev_address,
|
H A D | stm32l4xx_ll_usb.h | 581 uint8_t dev_address,
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_hal_hcd.h | 176 uint8_t epnum, uint8_t dev_address,
|
H A D | stm32f4xx_ll_usb.h | 474 uint8_t epnum, uint8_t dev_address, uint8_t speed,
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_hcd.c | 200 uint8_t dev_address, in HAL_HCD_HC_Init() argument 209 hhcd->hc[ch_num].dev_addr = dev_address; in HAL_HCD_HC_Init() 229 dev_address, in HAL_HCD_HC_Init()
|
H A D | stm32l4xx_ll_usb.c | 1415 uint8_t dev_address, in USB_HC_Init() argument 1503 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_hcd.c | 204 uint8_t dev_address, in HAL_HCD_HC_Init() argument 213 hhcd->hc[ch_num].dev_addr = dev_address; in HAL_HCD_HC_Init() 233 dev_address, in HAL_HCD_HC_Init()
|
H A D | stm32f4xx_ll_usb.c | 1593 uint8_t epnum, uint8_t dev_address, uint8_t speed, in USB_HC_Init() argument 1686 USBx_HC((uint32_t)ch_num)->HCCHAR = (((uint32_t)dev_address << 22) & USB_OTG_HCCHAR_DAD) | in USB_HC_Init()
|