Searched refs:USBH_LL_SetToggle (Results 1 – 5 of 5) sorted by relevance
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | usbh_bluetooth.c | 159 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 D | usbh_conf_template.c | 277 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 D | usbh_core.h | 154 USBH_StatusTypeDef USBH_LL_SetToggle(USBH_HandleTypeDef *phost,
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/ |
H A D | usbh_hid.c | 221 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 D | usbh_conf.c | 470 USBH_StatusTypeDef USBH_LL_SetToggle(USBH_HandleTypeDef *phost, uint8_t pipe, uint8_t toggle) in USBH_LL_SetToggle() function
|