71x_lib.h
资源名称:str711USB.rar [点击查看]
上传用户:yyyd609
上传日期:2022-07-18
资源大小:183k
文件大小:1k
源码类别:
微处理器开发
开发平台:
C/C++
- /******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
- * File Name : 71x_lib.h
- * Author : MCD Application Team
- * Date First Issued : 05/16/2003
- * Description : Global include for all peripherals
- ********************************************************************************
- * History:
- * 01/01/2004 : V1.2
- * 14/07/2004 : V1.3
- *******************************************************************************/
- #ifndef __71x_LIB_H
- #define __71x_LIB_H
- #include "71x_map.h"
- #include "71x_conf.h"
- #ifdef _ADC12
- #include "adc12.h"
- #endif
- #ifdef _APB
- #include "apb.h"
- #endif
- #ifdef _BSPI
- #include "bspi.h"
- #endif
- #ifdef _CAN
- #include "can.h"
- #endif
- #ifdef _EIC
- #include "eic.h"
- #endif
- #ifdef _EMI
- #include "emi.h"
- #endif
- #ifdef _FLASH
- #include "flash.h"
- #endif
- #ifdef _GPIO
- #include "gpio.h"
- #endif
- #ifdef _I2C
- #include "i2c.h"
- #endif
- #ifdef _PCU
- #include "pcu.h"
- #endif
- #ifdef _RCCU
- #include "rccu.h"
- #endif
- #ifdef _RTC
- #include "rtc.h"
- #endif
- #ifdef _TIM
- #include "tim.h"
- #endif
- #ifdef _UART
- #include "uart.h"
- #endif
- #ifdef _USB
- #endif
- #ifdef _WDG
- #include "wdg.h"
- #endif
- #ifdef _XTI
- #include "xti.h"
- #endif
- #ifdef DEBUG
- void debug(void);
- #endif
- #endif /* __71x_LIB_H */
- /******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****/