Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.c1236 usb_host_cdc_head_function_desc_struct_t **headDesc, in USB_HostCdcGetAcmDescriptor() argument
1262 *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()
Dusb_host_cdc.h220 …usb_host_cdc_head_function_desc_struct_t *headDesc; /*!< CDC class-specific head function desc… member
531 usb_host_cdc_head_function_desc_struct_t **headDesc,