Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h470 volatile uint8_t gtdCount; /*!< Gtd count */ member
Dusb_host_ohci.c357 if (count > usbHostState->gtdCount) in USB_HostOhciGetGtd()
378 usbHostState->gtdCount--; in USB_HostOhciGetGtd()
422 usbHostState->gtdCount++; in USB_HostOhciFreeGtd()
2116 usbHostState->gtdCount = USB_HOST_CONFIG_OHCI_MAX_GTD; in UBS_HostOhciControllerInit()