📄 uicdcr.h
字号:
/* uicDcr.h - IBM Universal Int Controller (UIC) 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芐 OR ITS LICENSOR芐 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-1999 Wind River Systems, Inc. *//*modification history--------------------01c,11jul02,mcg removed function prototypes now that sysDcr.s exists01b,15may00,mcg register name updates to match 405GP User Manual01a,21sep99,mcg created*//*This file contains the definitions of the UIC interrupt controller DCR registeraccess functions.*/#ifndef INCuicDcrh#define INCuicDcrh/* * Universal Interrupt Controller register definitions. Each is a separate * DCR register. */#define UIC0_SR (UIC0_DCR_BASE+0x0) /* UIC status */#define UIC0_ER (UIC0_DCR_BASE+0x2) /* UIC enable */#define UIC0_CR (UIC0_DCR_BASE+0x3) /* UIC critical */#define UIC0_PR (UIC0_DCR_BASE+0x4) /* UIC polarity */#define UIC0_TR (UIC0_DCR_BASE+0x5) /* UIC triggering */#define UIC0_MSR (UIC0_DCR_BASE+0x6) /* UIC masked status */#define UIC0_VR (UIC0_DCR_BASE+0x7) /* UIC vector */#define UIC0_VCR (UIC0_DCR_BASE+0x8) /* UIC vector configuration */#endif /* INCuicDcrh */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -