Home
last modified time | relevance | path

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

/bsp/at32/libraries/usbotg_library/src/
A Dusbd_core.c805 uint32_t hs_phytype; in usbd_core_init() local
811 hs_phytype = *(__IO uint32_t *)((uint32_t)usbx + 0x48) & 0xC0; in usbd_core_init()
814 if((core_id == USB_HIGH_SPEED_CORE_ID) && hs_phytype) in usbd_core_init()
835 if(udev->dma_en == TRUE && hs_phytype) in usbd_core_init()
855 if((core_id == USB_HIGH_SPEED_CORE_ID) && hs_phytype) in usbd_core_init()
861 if(hs_phytype == 0xC0 ) in usbd_core_init()
938 if(udev->dma_en == FALSE || hs_phytype == 0) in usbd_core_init()
A Dusbh_core.c529 uint32_t hs_phytype; in usbh_core_init() local
533 hs_phytype = *(__IO uint32_t *)((uint32_t)usbx + 0x48) & 0xC0; in usbh_core_init()
558 if(uhost->dma_en == TRUE && hs_phytype) in usbh_core_init()
575 if(hs_phytype) in usbh_core_init()

Completed in 7 milliseconds