Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_st.c573 static int usb_hsphy_init(uint32_t hse_value) in usb_hsphy_init() argument
590 if (hse_value == 12000000U) /* HSE = 12MHz */ in usb_hsphy_init()
593 } else if (hse_value == 12500000U) /* HSE = 12.5MHz */ in usb_hsphy_init()
596 } else if (hse_value == 16000000U) /* HSE = 16MHz */ in usb_hsphy_init()
599 } else if (hse_value == 24000000U) /* HSE = 24MHz */ in usb_hsphy_init()
602 } else if (hse_value == 25000000U) /* HSE = 25MHz */ in usb_hsphy_init()
605 } else if (hse_value == 32000000U) /* HSE = 32MHz */ in usb_hsphy_init()

Completed in 16 milliseconds