📄 sysdcr.h
字号:
/* sysDcr.h - DCR access assembly routines *//******************************************************************************* This source and object code has been made available to you by IBM on an AS-IS basis. IT IS PROVIDED WITHOUT WARRANTY OF ANY KIND, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE OR OF NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL IBM OR ITS LICENSORS BE LIABLE FOR INCIDENTAL, CONSEQUENTIAL OR PUNITIVE DAMAGES. IBM'S OR ITS LICENSOR'S DAMAGES FOR ANY CAUSE OF ACTION, WHETHER IN CONTRACT OR IN TORT, AT LAW OR AT EQUITY, SHALL BE LIMITED TO A MAXIMUM OF $1,000 PER LICENSE. No license under IBM patents or patent applications is to be implied by the copyright license. Any user of this software should understand that neither IBM nor its licensors will be responsible for any consequences resulting from the use of this software. Any person who transfers this source code or any derivative work must include the IBM copyright notice, this paragraph, and the preceding two paragraphs in the transferred software. Any person who transfers this object code or any derivative work must include the IBM copyright notice in the transferred software. COPYRIGHT I B M CORPORATION 2000 LICENSED MATERIAL - PROGRAM PROPERTY OF I B M*******************************************************************************//* Copyright 1984-2000 Wind River Systems, Inc. *//*modification history--------------------01b,12jun02,pch SPR 74987: C++01a,08nov00,ajm created*//*This file contains the definitions of input and output functions foraccessing Device Control Registers.*/#ifndef INCdcrh#define INCdcrh#ifdef __cplusplus extern "C" {#endif#include "malDcr.h"#include "sdramDcr.h"#include "uicDcr.h"#include "ebcDcr.h"#include "dmaDcr.h"#ifndef _ASMLANGUAGEUINT32 sysDcrInLong(UINT32);void sysDcrOutLong(UINT32,UINT32);#endif /* _ASMLANGUAGE */#ifdef __cplusplus }#endif#endif /* INCdcrh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -