Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_cdc.c1339 usb_host_cdc_head_function_desc_struct_t *ifHeadDesc = NULL; in USB_HostCdcGetEcmDescriptor() local
1357 ifHeadDesc = &funcBuffer->head; in USB_HostCdcGetEcmDescriptor()
1358 … if ((((uint32_t)(ifHeadDesc->bcdCDC[1U]) << 8U) + ifHeadDesc->bcdCDC[0U]) > 0x0110U) in USB_HostCdcGetEcmDescriptor()
1377 cdcInstance->headDesc = ifHeadDesc; in USB_HostCdcGetEcmDescriptor()