Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c159 USBH_LL_SetToggle(phost, usb->event_in_ep, 0U); in USBH_Bluetooth_InterfaceInit()
166 USBH_LL_SetToggle(phost, usb->acl_in_pipe, 0U); in USBH_Bluetooth_InterfaceInit()
175 USBH_LL_SetToggle(phost, usb->acl_out_pipe, 0U); in USBH_Bluetooth_InterfaceInit()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_conf_template.c277 USBH_StatusTypeDef USBH_LL_SetToggle(USBH_HandleTypeDef *phost, uint8_t pipe, uint8_t toggle) in USBH_LL_SetToggle() function
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_core.h154 USBH_StatusTypeDef USBH_LL_SetToggle(USBH_HandleTypeDef *phost,
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c221 USBH_LL_SetToggle(phost, HID_Handle->InPipe, 0U); in USBH_HID_InterfaceInit()
232 USBH_LL_SetToggle(phost, HID_Handle->OutPipe, 0U); in USBH_HID_InterfaceInit()
/btstack/port/stm32-f4discovery-usb/USB_HOST/Target/
H A Dusbh_conf.c470 USBH_StatusTypeDef USBH_LL_SetToggle(USBH_HandleTypeDef *phost, uint8_t pipe, uint8_t toggle) in USBH_LL_SetToggle() function