Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c272 if (NULL == hubInstance->portList) in USB_HostHubProcess()
274 hubInstance->portList = (usb_host_hub_port_instance_t *)OSA_MemoryAllocate( in USB_HostHubProcess()
276 if (hubInstance->portList == NULL) in USB_HostHubProcess()
314 hubInstance->portList[tmp].deviceHandle = NULL; in USB_HostHubProcess()
315 hubInstance->portList[tmp].resetCount = USB_HOST_HUB_PORT_RESET_TIMES; in USB_HostHubProcess()
316 hubInstance->portList[tmp].portStatus = (uint8_t)kPortRunWaitPortChange; in USB_HostHubProcess()
385 …usb_host_hub_port_instance_t *portInstance = &hubInstance->portList[hubInstance->portProcess - 1U]; in USB_HostHubProcessPort()
400 …usb_host_hub_port_instance_t *portInstance = &hubInstance->portList[hubInstance->portProcess - 1U]; in USB_HostHubProcessPortAttach()
625 …usb_host_hub_port_instance_t *portInstance = &hubInstance->portList[hubInstance->portProcess - 1U]; in USB_HostHubProcessPortDetach()
1336 … if ((hubInstance->portList != NULL) && (hubInstance->portList[portIndex].deviceHandle != NULL)) in USB_HostHubDeviceEvent()
[all …]
Dusb_host_hub.h102 usb_host_hub_port_instance_t *portList; /*!< HUB's port instance list*/ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_gpio.c627 PORT_Type *portList[] = PORT_BASE_PTRS; in HAL_GpioSetTriggerMode() local
697 PORT_SetPinInterruptConfig(portList[gpioState->port], gpioState->pin, pinInt); in HAL_GpioSetTriggerMode()