drv_usb.h 325 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2017-10-30 ZYH the first version
  10. */
  11. #ifndef __STM32_USB_H__
  12. #define __STM32_USB_H__
  13. #include <rtthread.h>
  14. int stm_usbd_register(void);
  15. #endif