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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ARM7_STR75x_GCC/] [STLibrary/] [inc/] [75x_lib.h] - Blame information for rev 577

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 577 jeremybenn
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
2
* File Name          : 75x_lib.h
3
* Author             : MCD Application Team
4
* Date First Issued  : 03/10/2006
5
* Description        : This file includes the peripherals header files in the
6
*                      user application.
7
********************************************************************************
8
* History:
9
* 07/17/2006 : V1.0
10
* 03/10/2006 : V0.1
11
********************************************************************************
12
* THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
13
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
14
* AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
15
* INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
16
* CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
17
* INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
18
*******************************************************************************/
19
 
20
/* Define to prevent recursive inclusion -------------------------------------*/
21
#ifndef __75x_LIB_H
22
#define __75x_LIB_H
23
 
24
/* Includes ------------------------------------------------------------------*/
25
#include "75x_map.h"
26
 
27
#ifdef _SMI
28
  #include "75x_smi.h"
29
#endif /*_SMI */
30
 
31
#ifdef _CFG
32
  #include "75x_cfg.h"
33
#endif /*_CFG*/
34
 
35
#ifdef _MRCC
36
  #include "75x_mrcc.h"
37
#endif /*_MRCC */
38
 
39
#ifdef _ADC
40
  #include "75x_adc.h"
41
#endif /*_ADC */
42
 
43
#ifdef _TB
44
  #include "75x_tb.h"
45
#endif /*_TB */
46
 
47
#ifdef _TIM
48
  #include "75x_tim.h"
49
#endif /*_TIM */
50
 
51
#ifdef _PWM
52
  #include "75x_pwm.h"
53
#endif /*_PWM */
54
 
55
#ifdef _WDG
56
  #include "75x_wdg.h"
57
#endif /*_WDG */
58
 
59
#ifdef _SSP
60
  #include "75x_ssp.h"
61
#endif /*_SSP */
62
 
63
#ifdef _CAN
64
  #include "75x_can.h"
65
#endif /*_CAN */
66
 
67
#ifdef _I2C
68
  #include "75x_i2c.h"
69
#endif /*_I2C */
70
 
71
#ifdef _UART
72
  #include "75x_uart.h"
73
#endif /*_UART */
74
 
75
#ifdef _GPIO
76
  #include "75x_gpio.h"
77
#endif /*_GPIO */
78
 
79
#ifdef _DMA
80
  #include "75x_dma.h"
81
#endif /*_DMA */
82
 
83
#ifdef _RTC
84
  #include "75x_rtc.h"
85
#endif /*_RTC */
86
 
87
#ifdef _EXTIT
88
  #include "75x_extit.h"
89
#endif /*_EXTIT */
90
 
91
#ifdef _EIC
92
  #include "75x_eic.h"
93
#endif /*_EIC */
94
 
95
/* Exported types ------------------------------------------------------------*/
96
/* Exported constants --------------------------------------------------------*/
97
/* Exported macro ------------------------------------------------------------*/
98
/* Exported functions ------------------------------------------------------- */
99
void debug(void);
100
 
101
#endif /* __75x_LIB_H */
102
 
103
/******************* (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.