source: asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/targets/TARGET_RENESAS/TARGET_RZ_A1H/device/inc/iodefines/lvds_iodefine.h@ 352

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

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 2.8 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-2014 Renesas Electronics Corporation. All rights reserved.
22*******************************************************************************/
23/*******************************************************************************
24* File Name : lvds_iodefine.h
25* $Rev: $
26* $Date:: $
27* Description : Definition of I/O Register (V1.01a)
28******************************************************************************/
29#ifndef LVDS_IODEFINE_H
30#define LVDS_IODEFINE_H
31/* ->SEC M1.10.1 : Not magic number */
32
33struct st_lvds
34{ /* LVDS */
35 volatile uint32_t LVDS_UPDATE; /* LVDS_UPDATE */
36 volatile uint32_t LVDSFCL; /* LVDSFCL */
37 volatile uint8_t dummy608[24]; /* */
38 volatile uint32_t LCLKSELR; /* LCLKSELR */
39 volatile uint32_t LPLLSETR; /* LPLLSETR */
40 volatile uint8_t dummy609[4]; /* */
41 volatile uint32_t LPHYACC; /* LPHYACC */
42};
43
44
45#define LVDS (*(struct st_lvds *)0xFCFF7A30uL) /* LVDS */
46
47
48#define LVDSLVDS_UPDATE LVDS.LVDS_UPDATE
49#define LVDSLVDSFCL LVDS.LVDSFCL
50#define LVDSLCLKSELR LVDS.LCLKSELR
51#define LVDSLPLLSETR LVDS.LPLLSETR
52#define LVDSLPHYACC LVDS.LPHYACC
53/* <-SEC M1.10.1 */
54#endif
Note: See TracBrowser for help on using the repository browser.