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 11 #include "ch32f10x_adc.h" 12 #include "ch32f10x_bkp.h" 13 #include "ch32f10x_can.h" 14 #include "ch32f10x_crc.h" 15 #include "ch32f10x_dac.h" 16 #include "ch32f10x_dbgmcu.h" 17 #include "ch32f10x_dma.h" 18 #include "ch32f10x_exti.h" 19 #include "ch32f10x_flash.h" 20 #include "ch32f10x_gpio.h" 21 #include "ch32f10x_i2c.h" 22 #include "ch32f10x_iwdg.h" 23 #include "ch32f10x_pwr.h" 24 #include "ch32f10x_rcc.h" 25 #include "ch32f10x_rtc.h" 26 #include "ch32f10x_spi.h" 27 #include "ch32f10x_tim.h" 28 #include "ch32f10x_usart.h" 29 #include "ch32f10x_wwdg.h" 30 #include "ch32f10x_misc.h" 31 32 33 #endif /* __CH32F10x_CONF_H */ 34