source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZA1XX/TARGET_RZ_A1H/device/inc/iodefine.h@ 374

Last change on this file since 374 was 374, checked in by coas-nagasima, 5 years ago

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 4.9 KB
Line 
1/*******************************************************************************
2* DISCLAIMER
3* This software is supplied by Renesas Electronics Corporation and is only
4* intended for use with Renesas products. No other uses are authorized. This
5* software is owned by Renesas Electronics Corporation and is protected under
6* all applicable laws, including copyright laws.
7* THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING
8* THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
9* LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
10* AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.
11* TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS
12* ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE
13* FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR
14* ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE
15* BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
16* Renesas reserves the right, without notice, to make changes to this software
17* and to discontinue the availability of this software. By using this software,
18* you agree to the additional terms and conditions found by accessing the
19* following link:
20* http://www.renesas.com/disclaimer*
21* Copyright (C) 2013-2015 Renesas Electronics Corporation. All rights reserved.
22*******************************************************************************/
23/*******************************************************************************
24* File Name : iodefine.h
25* $Rev: $
26* $Date:: $
27* Description : Definition of I/O Register for RZ/A1H,M (V2.00h)
28******************************************************************************/
29#ifndef R7S721000_IODEFINE_H
30#define R7S721000_IODEFINE_H
31
32#define H H_BYTE
33
34#include "iodefines/iodefine_typedef.h" /* (V2.00h) */
35
36#include "iodefines/adc_iodefine.h" /* (V2.00h) */
37#include "iodefines/bsc_iodefine.h" /* (V2.00h) */
38#include "iodefines/ceu_iodefine.h" /* (V2.00h) */
39#include "iodefines/cpg_iodefine.h" /* (V2.00h) */
40#include "iodefines/disc_iodefine.h" /* (V2.00h) */
41#include "iodefines/dmac_iodefine.h" /* (V2.00h) */
42#include "iodefines/dvdec_iodefine.h" /* (V2.00h) */
43#include "iodefines/ether_iodefine.h" /* (V2.00h) */
44#include "iodefines/flctl_iodefine.h" /* (V2.00h) */
45#include "iodefines/gpio_iodefine.h" /* (V2.00h) */
46#include "iodefines/ieb_iodefine.h" /* (V2.00h) */
47#include "iodefines/inb_iodefine.h" /* (V2.00h) */
48#include "iodefines/intc_iodefine.h" /* (V2.00h) */
49#include "iodefines/irda_iodefine.h" /* (V2.00h) */
50#include "iodefines/jcu_iodefine.h" /* (V2.00h) */
51#include "iodefines/l2c_iodefine.h" /* (V2.00h) */
52#include "iodefines/lin_iodefine.h" /* (V2.00h) */
53#include "iodefines/lvds_iodefine.h" /* (V2.00h) */
54#include "iodefines/mlb_iodefine.h" /* (V2.00h) */
55#include "iodefines/mmc_iodefine.h" /* (V2.00h) */
56#include "iodefines/mtu2_iodefine.h" /* (V2.00h) */
57#include "iodefines/ostm_iodefine.h" /* (V2.00h) */
58#include "iodefines/pfv_iodefine.h" /* (V2.00h) */
59#include "iodefines/pwm_iodefine.h" /* (V2.00h) */
60#include "iodefines/riic_iodefine.h" /* (V2.00h) */
61#include "iodefines/romdec_iodefine.h" /* (V2.00h) */
62#include "iodefines/rscan0_iodefine.h" /* (V2.00h) */
63#include "iodefines/rspi_iodefine.h" /* (V2.00h) */
64#include "iodefines/rtc_iodefine.h" /* (V2.00h) */
65#include "iodefines/scif_iodefine.h" /* (V2.00h) */
66#include "iodefines/scim_iodefine.h" /* (V2.00h) */
67#include "iodefines/scux_iodefine.h" /* (V2.00h) */
68#include "iodefines/sdg_iodefine.h" /* (V2.00h) */
69#include "iodefines/spdif_iodefine.h" /* (V2.00h) */
70#include "iodefines/spibsc_iodefine.h" /* (V2.00h) */
71#include "iodefines/ssif_iodefine.h" /* (V2.00h) */
72#include "iodefines/usb20_iodefine.h" /* (V2.00h) */
73#include "iodefines/vdc5_iodefine.h" /* (V2.00h) */
74#include "iodefines/wdt_iodefine.h" /* (V2.00h) */
75
76#undef H
77
78#endif
Note: See TracBrowser for help on using the repository browser.