71x_conf.h
上传用户:yyyd609
上传日期:2022-07-18
资源大小:183k
文件大小:1k
源码类别:

微处理器开发

开发平台:

C/C++

  1. /******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
  2. * File Name          : 71x_conf.h
  3. * Author             : MCD Application Team
  4. * Date First Issued  : 16/05/2003
  5. * Description        : Library configuration
  6. ********************************************************************************
  7. * History:
  8. *  16/05/03 : Created
  9. *******************************************************************************/
  10. #ifndef __71x_CONF_H
  11. #define __71x_CONF_H
  12. /* Comment the line below to put the library in release mode */
  13. #define DEBUG
  14. #define inline __inline
  15. //#define USE_SERIAL_PORT
  16. //#define USE_UART0
  17. //#define USE_UART1
  18. //#define USE_UART2
  19. //#define USE_UART3
  20. /* Comment the lines below corresponding to unwanted peripherals */
  21. //#define _ADC12
  22. #define _APB
  23. #define _APB1
  24. #define _APB2
  25. //#define _BSPI
  26. //#define _BSPI0
  27. //#define _BSPI1
  28. //#define _CAN
  29. #define _EIC
  30. #define _EMI
  31. //#define _FLASH
  32. #define _GPIO
  33. #define _GPIO0
  34. #define _GPIO1
  35. #define _GPIO2
  36. //#define _I2C
  37. //#define _I2C0
  38. //#define _I2C1
  39. #define _PCU
  40. #define _RCCU
  41. //#define _RTC
  42. //#define _TIM
  43. //#define _TIM0
  44. //#define _TIM1
  45. //#define _TIM2
  46. //#define _TIM3
  47. //#define _UART
  48. //#define _UART0
  49. //#define _UART1
  50. //#define _UART2
  51. //#define _UART3
  52. #define _USB
  53. //#define _WDG
  54. #define _XTI
  55. //#define _IRQVectors
  56. #endif /* __71x_CONF_H */
  57. /******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****/