-
Notifications
You must be signed in to change notification settings - Fork 23
/
gd32f1x0_conf.h
41 lines (37 loc) · 1.19 KB
/
gd32f1x0_conf.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/**
******************************************************************************
* @file DAC/DAC_demo/gd32f1x0_conf.h
* @author MCU SD
* @version V1.0
* @date 6-Sep-2014
* @brief Configuration file.
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __GD32F1X0_CONF_H
#define __GD32F1X0_CONF_H
/* Includes ------------------------------------------------------------------*/
#include "gd32f1x0_adc.h"
#include "gd32f1x0_cec.h"
#include "gd32f1x0_cmp.h"
#include "gd32f1x0_crc.h"
#include "gd32f1x0_dac.h"
#include "gd32f1x0_dma.h"
#include "gd32f1x0_exti.h"
#include "gd32f1x0_fmc.h"
#include "gd32f1x0_gpio.h"
#include "gd32f1x0_i2c.h"
#include "gd32f1x0_iwdg.h"
#include "gd32f1x0_mcudbg.h"
#include "gd32f1x0_misc.h"
#include "gd32f1x0_pwr.h"
#include "gd32f1x0_rcc.h"
#include "gd32f1x0_rtc.h"
#include "gd32f1x0_spi.h"
#include "gd32f1x0_syscfg.h"
#include "gd32f1x0_timer.h"
#include "gd32f1x0_tsi.h"
#include "gd32f1x0_usart.h"
#include "gd32f1x0_wwdg.h"
#endif /* __GD32F1X0_CONF_H */
/******************* (C) COPYRIGHT 2014 GIGADEVICE *****END OF FILE****/