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

📄 core_bonito64.h

📁 MIPS YAMON, a famous monitor inc. source, make file and PDF manuals.
💻 H
字号:
/************************************************************************ * *  core_bonito64.h * *  Register definitions for Bonito64 system controller * * ###################################################################### * * mips_start_of_header *  *  $Id: core_bonito64.h,v 1.10 2001/07/12 09:43:09 soc Exp $ *  * Copyright (c) [Year(s)] MIPS Technologies, Inc. All rights reserved. * * Unpublished rights reserved under U.S. copyright law. * * PROPRIETARY/SECRET CONFIDENTIAL INFORMATION OF MIPS TECHNOLOGIES, * INC. FOR INTERNAL USE ONLY. * * Under no circumstances (contract or otherwise) may this information be * disclosed to, or copied, modified or used by anyone other than employees * or contractors of MIPS Technologies having a need to know. * *  * mips_end_of_header * ************************************************************************/#ifndef CORE_BONITO64_H#define CORE_BONITO64_H/************************************************************************ *  Include files ************************************************************************/#include <sysdefs.h>/************************************************************************ *  Definitions ************************************************************************//* CoreHI interrupt signal is taken from Bonito64 Int1 pin */#define CORE_BONITO64_INT_HI		1/************************************************************************ *  Public variables ************************************************************************/#ifndef _ASSEMBLER_extern UINT32 _bonito;#endif  /* #ifndef _ASSEMBLER_ *//************************************************************************ *  Public functions ************************************************************************/#ifndef _ASSEMBLER_/* Functions in flash for accessing specific Bonito64 registers */UINT32 bonito64_write_iodevcfg( UINT32 data );UINT32 bonito64_write_sdcfg(    UINT32 data );#endif  /* #ifndef _ASSEMBLER_ */#endif /* #ifndef CORE_BONITO64_H */

⌨️ 快捷键说明

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