Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.c1245 usb_cdc_func_desc_struct_t *cdc_common_ptr; in USB_HostCdcGetAcmDescriptor() local
1258 cdc_common_ptr = (usb_cdc_func_desc_struct_t *)temp; in USB_HostCdcGetAcmDescriptor()
1259 switch (cdc_common_ptr->common.bDescriptorSubtype) in USB_HostCdcGetAcmDescriptor()
1262 *headDesc = &cdc_common_ptr->head; in USB_HostCdcGetAcmDescriptor()
1269 …if (cdc_common_ptr->unionDesc.bControlInterface == interface_handle->interfaceDesc->bInterfaceNumb… in USB_HostCdcGetAcmDescriptor()
1271 *unionInterfaceDesc = &cdc_common_ptr->unionDesc; in USB_HostCdcGetAcmDescriptor()
1279 *callManageDesc = &cdc_common_ptr->callManage; in USB_HostCdcGetAcmDescriptor()
1282 *abstractControlDesc = &cdc_common_ptr->acm; in USB_HostCdcGetAcmDescriptor()