Searched refs:Cfg_Desc (Results 1 – 4 of 4) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/ |
| A D | usbh_core.c | 254 …if(USBH_GetDescriptor(phost, USB_DESC_CONFIG, 0, (uint8_t *)&phost->Device.Cfg_Desc, sizeof(USB_Cf… in USBH_HandleEnum() 256 if(phost->Device.Cfg_Desc.wTotalLength <= USBH_MAX_CFG_SIZE) in USBH_HandleEnum() 268 …scriptor(phost, USB_DESC_CONFIG, 0, USBH_Cfg_Desc_Buffer, phost->Device.Cfg_Desc.wTotalLength) == … in USBH_HandleEnum() 272 USBH_Cfg_Desc_Length = phost->Device.Cfg_Desc.wTotalLength; in USBH_HandleEnum() 276 …phost->usr_cb->ConfigDescAvailable(&phost->Device.Cfg_Desc, phost->Device.Intf_Desc, phost->Device… in USBH_HandleEnum() 347 if(USBH_SetConfiguration(phost, phost->Device.Cfg_Desc.bConfigurationValue) == USBH_OK) in USBH_HandleEnum()
|
| A D | usbh_stdreq.c | 156 memcpy(&phost->Device.Cfg_Desc, pdesc, sizeof(USB_CfgDesc_t)); in USBH_ParseCfgDesc() 158 if(phost->Device.Cfg_Desc.bNumInterfaces > USBH_MAX_NUM_INTERFACES) in USBH_ParseCfgDesc()
|
| A D | usbh_core.h | 82 USB_CfgDesc_t Cfg_Desc; member
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/ |
| A D | usbh_mtp.c | 56 for(int i = 0; i < phost->Device.Cfg_Desc.bNumInterfaces; i++) in USBH_MTP_Init()
|
Completed in 10 milliseconds