usb_clock.h 125 B

12345678910
  1. #ifndef __USB_CLOCK_H_
  2. #define __USB_CLOCK_H_
  3. void usb_clock48m_select(usb_clk48_s clk_s);
  4. #endif /* __USB_CLOCK_H_ */