Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.c1274 usb_cdc_func_desc_struct_t *cdc_common_ptr; in USB_HostCdcGetAcmDescriptor() local
1287 cdc_common_ptr = (usb_cdc_func_desc_struct_t *)temp; in USB_HostCdcGetAcmDescriptor()
1288 switch (cdc_common_ptr->common.bDescriptorSubtype) in USB_HostCdcGetAcmDescriptor()
1291 *headDesc = &cdc_common_ptr->head; in USB_HostCdcGetAcmDescriptor()
1298 …if (cdc_common_ptr->unionDesc.bControlInterface == interface_handle->interfaceDesc->bInterfaceNumb… in USB_HostCdcGetAcmDescriptor()
1300 *unionInterfaceDesc = &cdc_common_ptr->unionDesc; in USB_HostCdcGetAcmDescriptor()
1308 *callManageDesc = &cdc_common_ptr->callManage; in USB_HostCdcGetAcmDescriptor()
1311 *abstractControlDesc = &cdc_common_ptr->acm; in USB_HostCdcGetAcmDescriptor()