Home
last modified time | relevance | path

Searched refs:USBH_AllocPipe (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c152 usb->event_in_pipe = USBH_AllocPipe(phost, usb->event_in_ep); in USBH_Bluetooth_InterfaceInit()
164 usb->acl_in_pipe = USBH_AllocPipe(phost, usb->acl_in_ep); in USBH_Bluetooth_InterfaceInit()
173 usb->acl_out_pipe = USBH_AllocPipe(phost, usb->acl_out_ep); in USBH_Bluetooth_InterfaceInit()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_pipes.h88 uint8_t USBH_AllocPipe(USBH_HandleTypeDef *phost,
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_pipes.c117 uint8_t USBH_AllocPipe(USBH_HandleTypeDef *phost, uint8_t ep_addr) in USBH_AllocPipe() function
H A Dusbh_core.c550 phost->Control.pipe_out = USBH_AllocPipe(phost, 0x00U); in USBH_Process()
551 phost->Control.pipe_in = USBH_AllocPipe(phost, 0x80U); in USBH_Process()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c215 HID_Handle->InPipe = USBH_AllocPipe(phost, HID_Handle->InEp); in USBH_HID_InterfaceInit()
226 HID_Handle->OutPipe = USBH_AllocPipe(phost, HID_Handle->OutEp); in USBH_HID_InterfaceInit()