123456789101112131415161718192021222324252627282930313233 |
- /********************************** (C) COPYRIGHT *******************************
- * File Name : ch32f10x_conf.h
- * Author : WCH
- * Version : V1.0.0
- * Date : 2019/10/15
- * Description : Library configuration file.
- *******************************************************************************/
- #ifndef __CH32F10x_CONF_H
- #define __CH32F10x_CONF_H
- #include "ch32f10x_adc.h"
- #include "ch32f10x_bkp.h"
- #include "ch32f10x_can.h"
- #include "ch32f10x_crc.h"
- #include "ch32f10x_dac.h"
- #include "ch32f10x_dbgmcu.h"
- #include "ch32f10x_dma.h"
- #include "ch32f10x_exti.h"
- #include "ch32f10x_flash.h"
- #include "ch32f10x_gpio.h"
- #include "ch32f10x_i2c.h"
- #include "ch32f10x_iwdg.h"
- #include "ch32f10x_pwr.h"
- #include "ch32f10x_rcc.h"
- #include "ch32f10x_rtc.h"
- #include "ch32f10x_spi.h"
- #include "ch32f10x_tim.h"
- #include "ch32f10x_usart.h"
- #include "ch32f10x_wwdg.h"
- #include "ch32f10x_misc.h"
- #endif /* __CH32F10x_CONF_H */
|