ch32f20x_conf.h 1021 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /********************************** (C) COPYRIGHT *******************************
  2. * File Name : ch32f20x_conf.h
  3. * Author : WCH
  4. * Version : V1.0.0
  5. * Date : 2021/08/08
  6. * Description : Library configuration file.
  7. *******************************************************************************/
  8. #ifndef __CH32F20x_CONF_H
  9. #define __CH32F20x_CONF_H
  10. #include "ch32f20x_adc.h"
  11. #include "ch32f20x_bkp.h"
  12. #include "ch32f20x_can.h"
  13. #include "ch32f20x_crc.h"
  14. #include "ch32f20x_dac.h"
  15. #include "ch32f20x_dbgmcu.h"
  16. #include "ch32f20x_dma.h"
  17. #include "ch32f20x_exti.h"
  18. #include "ch32f20x_flash.h"
  19. #include "ch32f20x_fsmc.h"
  20. #include "ch32f20x_gpio.h"
  21. #include "ch32f20x_i2c.h"
  22. #include "ch32f20x_iwdg.h"
  23. #include "ch32f20x_pwr.h"
  24. #include "ch32f20x_rcc.h"
  25. #include "ch32f20x_rtc.h"
  26. #include "ch32f20x_sdio.h"
  27. #include "ch32f20x_spi.h"
  28. #include "ch32f20x_tim.h"
  29. #include "ch32f20x_usart.h"
  30. #include "ch32f20x_wwdg.h"
  31. #include "ch32f20x_misc.h"
  32. #endif /* __CH32F20x_CONF_H */