Home
last modified time | relevance | path

Searched refs:USBH_InterruptReceiveData (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_ioreq.h115 USBH_StatusTypeDef USBH_InterruptReceiveData(USBH_HandleTypeDef *phost,
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_ioreq.c236 USBH_StatusTypeDef USBH_InterruptReceiveData(USBH_HandleTypeDef *phost, in USBH_InterruptReceiveData() function
/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c255USBH_InterruptReceiveData(phost, &hci_event[hci_event_offset], event_transfer_size, usb->event_in_… in USBH_Bluetooth_Process()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c444 USBH_InterruptReceiveData(phost, HID_Handle->pData, in USBH_HID_Process()