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

微处理器开发

开发平台:

C/C++

  1. /******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
  2. * File Name          : 71x_lib.h
  3. * Author             : MCD Application Team
  4. * Date First Issued  : 05/16/2003
  5. * Description        : Global include for all peripherals
  6. ********************************************************************************
  7. * History:
  8. *  01/01/2004 : V1.2
  9. *  14/07/2004 : V1.3
  10. *******************************************************************************/
  11. #ifndef __71x_LIB_H
  12. #define __71x_LIB_H
  13. #include "71x_map.h"
  14. #include "71x_conf.h"
  15. #ifdef _ADC12
  16.   #include "adc12.h"
  17. #endif
  18. #ifdef _APB
  19.   #include "apb.h"
  20. #endif
  21. #ifdef _BSPI
  22.   #include "bspi.h"
  23. #endif
  24. #ifdef _CAN
  25.   #include "can.h"
  26. #endif
  27. #ifdef _EIC
  28.   #include "eic.h"
  29. #endif
  30. #ifdef _EMI
  31.   #include "emi.h"
  32. #endif
  33. #ifdef _FLASH
  34.   #include "flash.h"
  35. #endif
  36. #ifdef _GPIO
  37.   #include "gpio.h"
  38. #endif
  39. #ifdef _I2C
  40.   #include "i2c.h"
  41. #endif
  42. #ifdef _PCU
  43.   #include "pcu.h"
  44. #endif
  45. #ifdef _RCCU
  46.   #include "rccu.h"
  47. #endif
  48. #ifdef _RTC
  49.   #include "rtc.h"
  50. #endif
  51. #ifdef _TIM
  52.   #include "tim.h"
  53. #endif
  54. #ifdef _UART
  55.   #include "uart.h"
  56. #endif
  57. #ifdef _USB
  58. #endif
  59. #ifdef _WDG
  60.   #include "wdg.h"
  61. #endif
  62. #ifdef _XTI
  63.   #include "xti.h"
  64. #endif
  65. #ifdef DEBUG
  66.   void debug(void);
  67. #endif
  68. #endif /* __71x_LIB_H */
  69. /******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****/