ch32f10x_conf.h 962 B

123456789101112131415161718192021222324252627282930313233
  1. /********************************** (C) COPYRIGHT *******************************
  2. * File Name : ch32f10x_conf.h
  3. * Author : WCH
  4. * Version : V1.0.0
  5. * Date : 2019/10/15
  6. * Description : Library configuration file.
  7. *******************************************************************************/
  8. #ifndef __CH32F10x_CONF_H
  9. #define __CH32F10x_CONF_H
  10. #include "ch32f10x_adc.h"
  11. #include "ch32f10x_bkp.h"
  12. #include "ch32f10x_can.h"
  13. #include "ch32f10x_crc.h"
  14. #include "ch32f10x_dac.h"
  15. #include "ch32f10x_dbgmcu.h"
  16. #include "ch32f10x_dma.h"
  17. #include "ch32f10x_exti.h"
  18. #include "ch32f10x_flash.h"
  19. #include "ch32f10x_gpio.h"
  20. #include "ch32f10x_i2c.h"
  21. #include "ch32f10x_iwdg.h"
  22. #include "ch32f10x_pwr.h"
  23. #include "ch32f10x_rcc.h"
  24. #include "ch32f10x_rtc.h"
  25. #include "ch32f10x_spi.h"
  26. #include "ch32f10x_tim.h"
  27. #include "ch32f10x_usart.h"
  28. #include "ch32f10x_wwdg.h"
  29. #include "ch32f10x_misc.h"
  30. #endif /* __CH32F10x_CONF_H */