Searched refs:headDesc (Results 1 – 2 of 2) sorted by relevance
1265 usb_host_cdc_head_function_desc_struct_t **headDesc, in USB_HostCdcGetAcmDescriptor() argument1291 *headDesc = &cdc_common_ptr->head; in USB_HostCdcGetAcmDescriptor()1292 … if ((((uint32_t)((*headDesc)->bcdCDC[1U]) << 8U) + (*headDesc)->bcdCDC[0U]) > 0x0110U) in USB_HostCdcGetAcmDescriptor()1325 cdcInstance->headDesc = *headDesc; in USB_HostCdcGetAcmDescriptor()1333 usb_host_cdc_head_function_desc_struct_t **headDesc, in USB_HostCdcGetEcmDescriptor() argument1377 cdcInstance->headDesc = ifHeadDesc; in USB_HostCdcGetEcmDescriptor()1380 if (headDesc) in USB_HostCdcGetEcmDescriptor()1382 *headDesc = cdcInstance->headDesc; in USB_HostCdcGetEcmDescriptor()
242 …usb_host_cdc_head_function_desc_struct_t *headDesc; /*!< CDC class-specific head function desc… member555 usb_host_cdc_head_function_desc_struct_t **headDesc,575 usb_host_cdc_head_function_desc_struct_t **headDesc,