Searched refs:USBH_OpenPipe (Results 1 – 5 of 5) sorted by relevance
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | usbh_bluetooth.c | 156 USBH_OpenPipe(phost, usb->event_in_pipe, usb->event_in_ep, phost->device.address, in USBH_Bluetooth_InterfaceInit() 165 …USBH_OpenPipe(phost, usb->acl_in_pipe, usb->acl_in_ep, phost->device.address, phost->device.speed,… in USBH_Bluetooth_InterfaceInit() 174 …USBH_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 D | usbh_core.c | 554 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 D | usbh_pipes.c | 85 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 D | usbh_pipes.h | 77 USBH_StatusTypeDef USBH_OpenPipe(USBH_HandleTypeDef *phost,
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/ |
H A D | usbh_hid.c | 218 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()
|