Searched refs:ifHeadDesc (Results 1 – 1 of 1) sorted by relevance
1339 usb_host_cdc_head_function_desc_struct_t *ifHeadDesc = NULL; in USB_HostCdcGetEcmDescriptor() local1357 ifHeadDesc = &funcBuffer->head; in USB_HostCdcGetEcmDescriptor()1358 … if ((((uint32_t)(ifHeadDesc->bcdCDC[1U]) << 8U) + ifHeadDesc->bcdCDC[0U]) > 0x0110U) in USB_HostCdcGetEcmDescriptor()1377 cdcInstance->headDesc = ifHeadDesc; in USB_HostCdcGetEcmDescriptor()