Home
last modified time | relevance | path

Searched refs:unionInterfaceDesc (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.c1268 … usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc) in USB_HostCdcGetAcmDescriptor() argument
1300 *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() argument
1378 cdcInstance->unionInterfaceDesc = ifUnionInterfaceDesc; in USB_HostCdcGetEcmDescriptor()
1384 if (unionInterfaceDesc) in USB_HostCdcGetEcmDescriptor()
1386 *unionInterfaceDesc = cdcInstance->unionInterfaceDesc; in USB_HostCdcGetEcmDescriptor()
Dusb_host_cdc.h248 …usb_host_cdc_union_interface_desc_struct_t *unionInterfaceDesc; /*!< CDC class-specific union func… member
558 … usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc);
576 usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc,