⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sci_cpudef.c

📁 T-Kernel Driver Sample
💻 C
字号:
/*""FILE COMMENT""**************************************************************       System Name : RENESAS T-Engine/micro T-Engine*       File Name   : sci_cpudef.c *       Version     : 1.00.00*       Contents    : SCI driver data definition*       Model       : SH7145 micro T-Engine*       CPU         : SH7145F*       Compiler    : GNU/Renesas SH-C*       OS          : T-Kernel*       note        : The Software is being delivered to you "AS IS" *                   : and Renesas,whether explicitly or implicitly makes  *                   : no warranty as to its Use or performance. *                   : RENESAS AND ITS SUPPLIER DO NOT AND CANNOT WARRANT *                   : THE PERFORMANCE OR RESULTS YOU MAY OBTAIN  BY USING *                   : THE SOFTWARE. AS TO ANY MATTER INCLUDING WITHOUT *                   : LIMITATION NONINFRINGEMENT OF THIRD PARTY RIGHTS,*                   : MERCHANTABILITY, INTEGRATION, SATISFACTORY QUALITY, *                   : OR FITNESS FOR ANY PARTICULAR PURPOSE.**       Copyright (c) 2005 RENESAS TECHNOLOGY CORP. All Rights Reserved.*       AND RENESAS SOLUTIONS CORP. All Rights Reserved.*       history   : 2005.01.11 ver1.00.00*""FILE COMMENT END""*********************************************************/#define _SCI_CPUDEF_C_#include "sci_common.h"#include "sci_cpudef.h"/* Interrupt number */EXPORT const UW sci_int_tbl[] = {  0x0000004b,  0x0000004f,  0x0000005a,  0x0000005e};/* Base address of SCI(SH7145) */EXPORT const UW sci_reg_tbl[] = {  0xffff81a0,  0xffff81b0,  0xffff81c0,  0xffff81d0,};/* IPR register for "PORT" of SCI */EXPORT const UW sci_ipr_adr_tbl[] = {  REG_IPRF,  REG_IPRF,  REG_IPRI,  REG_IPRI};/* Offset value forr IPR registers */EXPORT const UW sci_ipr_ofs_tbl[] = {  4,  0,  12,  8};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -