Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h466 usb_host_ohci_pipe_struct_t pipePool[USB_HOST_CONFIG_OHCI_MAX_ED]; member
Dusb_host_ip3516hs.h608 usb_host_ip3516hs_pipe_struct_t pipePool[USB_HOST_CONFIG_IP3516HS_MAX_PIPE]; member
Dusb_host_ohci.c2094 usbHostState->pipeList = &usbHostState->pipePool[0]; in UBS_HostOhciControllerInit()
2099 temp = (void *)(&usbHostState->pipePool[i]); in UBS_HostOhciControllerInit()
Dusb_host_ip3516hs.c3347 usbHostState->pipeList = &usbHostState->pipePool[0]; in USB_HostIp3516HsControllerInit()
3351 temp = (void *)(&usbHostState->pipePool[i]); in USB_HostIp3516HsControllerInit()