Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_stdreq.c42 return USBH_CtrlTransfer(phost, buff, size); in USBH_GetDescriptor()
65 return USBH_CtrlTransfer(phost, buff, size); in USBH_GetDescriptorEx()
84 return USBH_CtrlTransfer(phost, 0, 0); in USBH_SetAddress()
103 return USBH_CtrlTransfer(phost, 0, 0); in USBH_SetConfiguration()
122 return USBH_CtrlTransfer(phost, 0, 0); in USBH_SetInterface()
141 return USBH_CtrlTransfer(phost, 0, 0); in USBH_ClrFeature()
A Dusbh_core.h145 USBH_Status USBH_CtrlTransfer(USBH_Info_t *phost, uint8_t *buff, uint16_t size);
A Dusbh_core.c592 USBH_Status USBH_CtrlTransfer(USBH_Info_t *phost, uint8_t *buff, uint16_t size) in USBH_CtrlTransfer() function
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_funct.c53 return USBH_CtrlTransfer(phost, (uint8_t *)&CDC_GetLineCode, sizeof(CDC_LineCoding_t)); in USBH_CDC_GetLineCoding()
72 return USBH_CtrlTransfer(phost, (uint8_t *)&CDC_SetLineCode , sizeof(CDC_LineCoding_t)); in USBH_CDC_SetLineCoding()
91 return USBH_CtrlTransfer(phost, 0 , 0); in USBH_CDC_SetControlLine()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c251 return USBH_CtrlTransfer(phost, 0, 0); in USBH_Set_Idle()
272 return USBH_CtrlTransfer(phost, reportData, reportLen); in USBH_Set_Report()
292 return USBH_CtrlTransfer(phost, 0, 0); in USBH_Set_Protocol()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c264 return USBH_CtrlTransfer(phost, DataInBuffer , 1); in USBH_MSC_getMaxLUN()

Completed in 15 milliseconds