Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.c1298 …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()
Dusb_host_cdc.h222 usb_host_cdc_union_interface_desc_struct_t unionDesc; member