Searched refs:headDesc (Results 1 – 2 of 2) sorted by relevance
1236 usb_host_cdc_head_function_desc_struct_t **headDesc, in USB_HostCdcGetAcmDescriptor() argument1262 *headDesc = &cdc_common_ptr->head; in USB_HostCdcGetAcmDescriptor()1263 … if ((((uint32_t)((*headDesc)->bcdCDC[1U]) << 8U) + (*headDesc)->bcdCDC[0U]) > 0x0110U) in USB_HostCdcGetAcmDescriptor()1296 cdcInstance->headDesc = *headDesc; in USB_HostCdcGetAcmDescriptor()
220 …usb_host_cdc_head_function_desc_struct_t *headDesc; /*!< CDC class-specific head function desc… member531 usb_host_cdc_head_function_desc_struct_t **headDesc,