gd32f10x_conf.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. ******************************************************************************
  3. * @brief Configuration file.
  4. ******************************************************************************
  5. */
  6. /* Define to prevent recursive inclusion -------------------------------------*/
  7. #ifndef __GD32F10X_CONF_H
  8. #define __GD32F10X_CONF_H
  9. /* Includes ------------------------------------------------------------------*/
  10. /* Comment the line below to disable peripheral header file inclusion */
  11. #include "gd32f10x_adc.h"
  12. #include "gd32f10x_bkp.h"
  13. #include "gd32f10x_can.h"
  14. #include "gd32f10x_crc.h"
  15. #include "gd32f10x_dac.h"
  16. #include "gd32f10x_dma.h"
  17. #include "gd32f10x_eth.h"
  18. #include "gd32f10x_exmc.h"
  19. #include "gd32f10x_exti.h"
  20. #include "gd32f10x_fmc.h"
  21. #include "gd32f10x_gpio.h"
  22. #include "gd32f10x_i2c.h"
  23. #include "gd32f10x_iwdg.h"
  24. #include "gd32f10x_mcudbg.h"
  25. #include "gd32f10x_misc.h"
  26. #include "gd32f10x_pwr.h"
  27. #include "gd32f10x_rcc.h"
  28. #include "gd32f10x_rcu.h"
  29. #include "gd32f10x_rtc.h"
  30. #include "gd32f10x_sdio.h"
  31. #include "gd32f10x_spi.h"
  32. #include "gd32f10x_timer.h"
  33. #include "gd32f10x_usart.h"
  34. #include "gd32f10x_wwdg.h"
  35. #endif /* __GD32F10X_CONF_H */