Home
last modified time | relevance | path

Searched refs:USBH_BulkReceiveData (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_ioreq.h104 USBH_StatusTypeDef USBH_BulkReceiveData(USBH_HandleTypeDef *phost,
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ioreq.c210 USBH_StatusTypeDef USBH_BulkReceiveData(USBH_HandleTypeDef *phost, in USBH_BulkReceiveData() function
/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c100 …return USBH_BulkReceiveData(phost, &hci_acl_in_packet[hci_acl_in_offset], acl_in_transfer_size, us… in usbh_bluetooth_start_acl_in_transfer()