Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_pipes.c71 static uint16_t USBH_GetFreePipe(USBH_HandleTypeDef *phost);
121 pipe = USBH_GetFreePipe(phost); in USBH_AllocPipe()
156 static uint16_t USBH_GetFreePipe(USBH_HandleTypeDef *phost) in USBH_GetFreePipe() function