Searched refs:phyBase (Results 1 – 2 of 2) sorted by relevance
44 void *phyBase; /*!< dcd phy base address, if no phy control needed, set to NULL*/ member90 uint32_t phyBase[] = USBPHY_STACK_BASE_ADDRS; in USB_HSDCD_Init() local92 uint32_t phyBase[] = USBPHY_BASE_ADDRS; in USB_HSDCD_Init() local115 dcdHSState->phyBase = (void *)(uint8_t *)phyBase[index]; in USB_HSDCD_Init()178 static usb_hsdcd_status_t USB_HSDCDSetPHYtoDCDMode(void *phyBase) in USB_HSDCDSetPHYtoDCDMode() argument180 USBPHY_Type *usbPhyBase = (USBPHY_Type *)phyBase; in USB_HSDCDSetPHYtoDCDMode()193 static usb_hsdcd_status_t USB_HSDCDSetPHYtoUSBMode(void *phyBase) in USB_HSDCDSetPHYtoUSBMode() argument195 USBPHY_Type *usbPhyBase = (USBPHY_Type *)phyBase; in USB_HSDCDSetPHYtoUSBMode()225 dcdError = USB_HSDCDSetPHYtoDCDMode(dcdHSState->phyBase); in USB_HSDCD_Control()235 dcdError = USB_HSDCDSetPHYtoUSBMode(dcdHSState->phyBase); in USB_HSDCD_Control()
35 …void *phyBase; /*!< dcd phy base address, if no phy control needed, set to NU… member65 uint32_t phyBase[] = USBPHY_STACK_BASE_ADDRS; in USB_PHYDCD_Init() local67 uint32_t phyBase[] = USBPHY_BASE_ADDRS; in USB_PHYDCD_Init() local76 temp = (uint32_t *)phyBase[index]; in USB_PHYDCD_Init()77 dcdState->phyBase = (void *)temp; in USB_PHYDCD_Init()93 dcdState->phyBase = NULL; in USB_PHYDCD_Deinit()220 usbPhyBase = (USBPHY_Type *)dcdState->phyBase; in USB_PHYDCD_TimerIsrFunction()242 usbPhyBase = (USBPHY_Type *)dcdState->phyBase; in USB_PHYDCD_TimerIsrFunction()