Searched refs:pDeviceDesc (Results 1 – 14 of 14) sorted by relevance
85 g_usbDev.pDeviceDesc = param->pDeviceDesc; in USBD_Init()
161 len = USB_MIN(*(uint16_t *)g_usbDev.reqData.byte.wLength, g_usbDev.pDeviceDesc->size); in USBD_StandardGetDescriptor()162 USBD_CtrlInData((uint8_t *)g_usbDev.pDeviceDesc->pDesc, len); in USBD_StandardGetDescriptor()
266 USBD_Descriptor_T* pDeviceDesc; /*!< Device descriptor pointer */ member308 USBD_Descriptor_T* pDeviceDesc; member
266 pDesc->pDeviceDesc = guUSB_DeviceDesc; in USBDDesc_Init()
353 pDesc->pDeviceDesc = guUSB_DeviceDesc; in USBDDesc_Init()
85 …uc8 *pDeviceDesc; /*!< Device Descriptor … member
60 …uc8 *pDeviceDesc; /*!< Device Descriptor … member
877 pCore->Device.Transfer.pData = pCore->Device.Desc.pDeviceDesc; in _USBDCore_Standard_GetDescriptor()878 pCore->Device.Transfer.sByteLength = *(pCore->Device.Desc.pDeviceDesc); in _USBDCore_Standard_GetDescriptor()
909 pCore->Device.Transfer.pData = pCore->Device.Desc.pDeviceDesc; in _USBDCore_Standard_GetDescriptor()910 pCore->Device.Transfer.sByteLength = *(pCore->Device.Desc.pDeviceDesc); in _USBDCore_Standard_GetDescriptor()
Completed in 27 milliseconds