Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_core.h163 void USBH_LL_SetTimer(USBH_HandleTypeDef *phost, uint32_t time);
/btstack/port/stm32-f4discovery-usb/USB_HOST/Target/
H A Dusbh_conf.c222 USBH_LL_SetTimer(phost, HAL_HCD_GetCurrentFrame(&hhcd_USB_OTG_FS)); in USBH_LL_Init()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_core.c1155 void USBH_LL_SetTimer(USBH_HandleTypeDef *phost, uint32_t time) in USBH_LL_SetTimer() function