Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c169 ehciState->dtdCount = USB_DEVICE_CONFIG_EHCI_MAX_DTD; in USB_DeviceEhciSetDefaultState()
610 ehciState->dtdCount++; in USB_DeviceEhciCancelControlPipe()
809 ehciState->dtdCount++; in USB_DeviceEhciInterruptTokenDone()
1108 if (dtdRequestCount > (uint32_t)ehciState->dtdCount)
1131 ehciState->dtdCount--;
1847 ehciState->dtdCount++;
Dusb_device_ehci.h164 uint8_t dtdCount; /*!< The idle DTD node count */ member