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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ARM9_STR91X_IAR/] [Library/] [include/] [91x_lib.h] - Blame information for rev 615

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 577 jeremybenn
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
2
* File Name          : 91x_lib.h
3
* Author             : MCD Application Team
4
* Date First Issued  : 05/18/2006 : Version 1.0
5
* Description        : Used to include the peripherals header file in the
6
*                      user application.
7
********************************************************************************
8
* History:
9
* 05/24/2006 : Version 1.1
10
* 05/18/2006 : Version 1.0
11
********************************************************************************
12
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH
13
* CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS
14
* A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT
15
* OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT
16
* OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION
17
* CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
18
*******************************************************************************/
19
 
20
#ifndef __91x_LIB_H
21
#define __91x_LIB_H
22
 
23
#include "91x_map.h"
24
#include "91x_conf.h"
25
 
26
#ifdef _AHBAPB
27
  #include "91x_ahbapb.h"
28
#endif /* _AHBAPB */
29
 
30
#ifdef _EMI
31
  #include "91x_emi.h"
32
#endif /* _EMI */
33
 
34
#ifdef _DMA
35
  #include "91x_dma.h"
36
#endif /* _DMA */
37
 
38
#ifdef _FMI
39
  #include "91x_fmi.h"
40
#endif /* _FMI */
41
 
42
#ifdef _VIC
43
  #include "91x_vic.h"
44
#endif /* _VIC */
45
 
46
#ifdef _WIU
47
  #include "91x_wiu.h"
48
#endif /* _WIU */
49
 
50
#ifdef _TIM
51
  #include "91x_tim.h"
52
#endif /* _TIM */
53
 
54
#ifdef _GPIO
55
  #include "91x_gpio.h"
56
#endif /* _GPIO */
57
 
58
#ifdef _RTC
59
  #include "91x_rtc.h"
60
#endif /* _RTC */
61
 
62
#ifdef _SCU
63
  #include "91x_scu.h"
64
#endif /* _SCU */
65
 
66
#ifdef _UART
67
  #include "91x_uart.h"
68
#endif /* _UART */
69
 
70
#ifdef _SSP
71
  #include "91x_ssp.h"
72
#endif /* _SSP */
73
 
74
#ifdef _CAN
75
  #include "91x_can.h"
76
#endif /* _CAN */
77
 
78
#ifdef _ADC
79
  #include "91x_adc.h"
80
#endif /* _ADC */
81
 
82
#ifdef _WDG
83
  #include "91x_wdg.h"
84
#endif /* _WDG */
85
 
86
#ifdef _I2C
87
  #include "91x_i2c.h"
88
#endif /* _I2C */
89
 
90
#ifdef _WIU
91
  #include "91x_wiu.h"
92
#endif
93
 
94
#ifdef _MC
95
  #include "91x_mc.h"
96
#endif
97
 
98
#ifdef _ENET
99
  #include "91x_enet.h"  
100
#endif 
101
 
102
/* Exported types ------------------------------------------------------------*/
103
/* Exported constants --------------------------------------------------------*/
104
/* Module private variables --------------------------------------------------*/
105
/* Exported macro ------------------------------------------------------------*/
106
/* Private functions ---------------------------------------------------------*/
107
/* Exported functions ------------------------------------------------------- */
108
 
109
 void debug( void );
110
 
111
 
112
#endif /* __91x_LIB_H */
113
 
114
/******************* (C) COPYRIGHT 2006 STMicroelectronics *****END OF FILE****/

powered by: WebSVN 2.1.0

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