Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/phy/
Dusb_phy.c19 uint32_t usbphy_base[] = USBPHY_STACK_BASE_ADDRS; in USB_EhciPhyGetBase() local
21 uint32_t usbphy_base[] = USBPHY_BASE_ADDRS; in USB_EhciPhyGetBase() local
47 if (controllerId < (sizeof(usbphy_base) / sizeof(usbphy_base[0]))) in USB_EhciPhyGetBase()
49 temp = (uint32_t *)usbphy_base[controllerId]; in USB_EhciPhyGetBase()