Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c53 if(phost->Device.Intf_Desc[0].bInterfaceClass == USB_HID_CLASS) in USBH_HID_Init()
55 if(phost->Device.Intf_Desc[0].bInterfaceProtocol == USB_HID_KEYBD) in USBH_HID_Init()
59 else if(phost->Device.Intf_Desc[0].bInterfaceProtocol == USB_HID_MOUSE) in USBH_HID_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c56 if((phost->Device.Intf_Desc[0].bInterfaceClass == USB_MSC_CLASS) && \ in USBH_MSC_Init()
57 (phost->Device.Intf_Desc[0].bInterfaceProtocol == USB_MSC_BOT)) in USBH_MSC_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/
A Dusbh_stdreq.c175 memcpy(&phost->Device.Intf_Desc[if_ix], pdesc, sizeof(USB_IntfDesc_t)); in USBH_ParseCfgDesc()
177 if(phost->Device.Intf_Desc[if_ix].bNumEndpoints > USBH_MAX_NUM_ENDPOINTS) in USBH_ParseCfgDesc()
A Dusbh_core.h83 USB_IntfDesc_t Intf_Desc[USBH_MAX_NUM_INTERFACES]; member
A Dusbh_core.c276 …phost->usr_cb->ConfigDescAvailable(&phost->Device.Cfg_Desc, phost->Device.Intf_Desc, phost->Device… in USBH_HandleEnum()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c54 (phost->Device.Intf_Desc[0].bInterfaceClass == USB_CDC_CTRL_CLASS) && in USBH_CDC_Init()
55 (phost->Device.Intf_Desc[1].bInterfaceClass == USB_CDC_DATA_CLASS)) in USBH_CDC_Init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.c58 …if(((phost->Device.Intf_Desc[i].bInterfaceClass == USB_MTP_CLASS) && (phost->Device.Intf_Desc[i].b… in USBH_MTP_Init()
59 …((phost->Device.Intf_Desc[i].bInterfaceClass == 0xFF) && (phost->Device.Intf_Desc[i].bNum… in USBH_MTP_Init()

Completed in 12 milliseconds