Files
WeActStudio.EpaperModule/Example/EpaperModuleTest_CH32F103/Inc/ch32f10x_conf.h
T
2022-08-06 13:35:32 +08:00

41 lines
1.1 KiB
C

/********************************** (C) COPYRIGHT *******************************
* File Name : ch32f10x_conf.h
* Author : WCH
* Version : V1.0.0
* Date : 2019/10/15
* Description : Library configuration file.
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* SPDX-License-Identifier: Apache-2.0
*******************************************************************************/
#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 */