Searched refs:unionInterfaceDesc (Results 1 – 2 of 2) sorted by relevance
1268 … usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc) in USB_HostCdcGetAcmDescriptor() argument1300 *unionInterfaceDesc = &cdc_common_ptr->unionDesc; in USB_HostCdcGetAcmDescriptor()1328 cdcInstance->unionInterfaceDesc = *unionInterfaceDesc; in USB_HostCdcGetAcmDescriptor()1334 … usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc, in USB_HostCdcGetEcmDescriptor() argument1378 cdcInstance->unionInterfaceDesc = ifUnionInterfaceDesc; in USB_HostCdcGetEcmDescriptor()1384 if (unionInterfaceDesc) in USB_HostCdcGetEcmDescriptor()1386 *unionInterfaceDesc = cdcInstance->unionInterfaceDesc; in USB_HostCdcGetEcmDescriptor()
248 …usb_host_cdc_union_interface_desc_struct_t *unionInterfaceDesc; /*!< CDC class-specific union func… member558 … usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc);576 usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc,