Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.h224 …usb_host_cdc_union_interface_desc_struct_t *unionInterfaceDesc; /*!< CDC class-specific union func… member
534 … usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc);
Dusb_host_cdc.c1239 … usb_host_cdc_union_interface_desc_struct_t **unionInterfaceDesc) in USB_HostCdcGetAcmDescriptor() argument
1271 *unionInterfaceDesc = &cdc_common_ptr->unionDesc; in USB_HostCdcGetAcmDescriptor()
1299 cdcInstance->unionInterfaceDesc = *unionInterfaceDesc; in USB_HostCdcGetAcmDescriptor()