OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ARM7_STR71x_IAR/] [Library/] [include/] [71x_lib.h] - Blame information for rev 577

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 577 jeremybenn
/******************** (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
*  30/11/2004 : V2.0
8
*  14/07/2004 : V1.3
9
*  01/01/2004 : V1.2
10
*******************************************************************************
11
 THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
12
 CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
13
 AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT
14
 OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
15
 OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION
16
 CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
17
*******************************************************************************/
18
#ifndef __71x_LIB_H
19
#define __71x_LIB_H
20
 
21
#include "71x_map.h"
22
#include "71x_conf.h"
23
 
24
 
25
#ifdef _ADC12
26
  #include "adc12.h"
27
#endif
28
 
29
#ifdef _APB
30
  #include "apb.h"
31
#endif
32
 
33
#ifdef _BSPI
34
  #include "bspi.h"
35
#endif
36
 
37
#ifdef _CAN
38
  #include "can.h"
39
#endif
40
 
41
#ifdef _EIC
42
  #include "eic.h"
43
#endif
44
 
45
#ifdef _EMI
46
  #include "emi.h"
47
#endif
48
 
49
#ifdef _FLASH
50
  #include "flash.h"
51
#endif
52
 
53
#ifdef _GPIO
54
  #include "gpio.h"
55
#endif
56
 
57
#ifdef _I2C
58
  #include "i2c.h"
59
#endif
60
 
61
#ifdef _PCU
62
  #include "pcu.h"
63
#endif
64
 
65
#ifdef _RCCU
66
  #include "rccu.h"
67
#endif
68
 
69
#ifdef _RTC
70
  #include "rtc.h"
71
#endif
72
 
73
#ifdef _TIM
74
  #include "tim.h"
75
#endif
76
 
77
#ifdef _UART
78
  #include "uart.h"
79
#endif
80
 
81
#ifdef _USB
82
#endif
83
 
84
#ifdef _WDG
85
  #include "wdg.h"
86
#endif
87
 
88
#ifdef _XTI
89
  #include "xti.h"
90
#endif
91
 
92
 
93
#ifdef DEBUG
94
  void debug(void);
95
#endif
96
 
97
#endif /* __71x_LIB_H */
98
 
99
/******************* (C) COPYRIGHT 2003 STMicroelectronics *****END OF FILE****/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.