Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c156 USBH_OpenPipe(phost, usb->event_in_pipe, usb->event_in_ep, phost->device.address, in USBH_Bluetooth_InterfaceInit()
165USBH_OpenPipe(phost, usb->acl_in_pipe, usb->acl_in_ep, phost->device.address, phost->device.speed,… in USBH_Bluetooth_InterfaceInit()
174USBH_OpenPipe(phost, usb->acl_out_pipe, usb->acl_out_ep, phost->device.address, phost->device.spee… in USBH_Bluetooth_InterfaceInit()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_core.c554 USBH_OpenPipe(phost, phost->Control.pipe_in, 0x80U, in USBH_Process()
559 USBH_OpenPipe(phost, phost->Control.pipe_out, 0x00U, in USBH_Process()
833 USBH_OpenPipe(phost, phost->Control.pipe_in, 0x80U, phost->device.address, in USBH_HandleEnum()
838 USBH_OpenPipe(phost, phost->Control.pipe_out, 0x00U, phost->device.address, in USBH_HandleEnum()
918 USBH_OpenPipe(phost, phost->Control.pipe_in, 0x80U, phost->device.address, in USBH_HandleEnum()
923 USBH_OpenPipe(phost, phost->Control.pipe_out, 0x00U, phost->device.address, in USBH_HandleEnum()
H A Dusbh_pipes.c85 USBH_StatusTypeDef USBH_OpenPipe(USBH_HandleTypeDef *phost, uint8_t pipe_num, in USBH_OpenPipe() function
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_pipes.h77 USBH_StatusTypeDef USBH_OpenPipe(USBH_HandleTypeDef *phost,
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c218 USBH_OpenPipe(phost, HID_Handle->InPipe, HID_Handle->InEp, phost->device.address, in USBH_HID_InterfaceInit()
229 USBH_OpenPipe(phost, HID_Handle->OutPipe, HID_Handle->OutEp, phost->device.address, in USBH_HID_InterfaceInit()