Searched refs:unionDesc (Results 1 – 2 of 2) sorted by relevance
1298 …if (cdc_common_ptr->unionDesc.bControlInterface == interface_handle->interfaceDesc->bInterfaceNumb… in USB_HostCdcGetAcmDescriptor()1300 *unionInterfaceDesc = &cdc_common_ptr->unionDesc; in USB_HostCdcGetAcmDescriptor()1365 … if (funcBuffer->unionDesc.bControlInterface == ifPointer->interfaceDesc->bInterfaceNumber) in USB_HostCdcGetEcmDescriptor()1367 ifUnionInterfaceDesc = &funcBuffer->unionDesc; in USB_HostCdcGetEcmDescriptor()
222 usb_host_cdc_union_interface_desc_struct_t unionDesc; member