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

📄 simbuf.c

📁 SIM卡的驱动程序,有利于开发一些与SIM相通的一些工具,或者手机软件SIM驱动的开发
💻 C
字号:

///////////////////////////////////////////////////////////////////////////////
//
//   ROCKWELL SEMICONDUCTOR SYSTEMS - WIRELESS COMMUNICATIONS DIVISION
//
///////////////////////////////////////////////////////////////////////////////
//
//
//   SIMBUF.c - SIM memory buffers.
//
//
//   DESCRIPTION
//
//   This file contains the declaration of SIM DMA buffer used by the SIM
//   driver to transfer serial data between memory and SIM DMA channels. These
//   buffer is put in a separate file so that they can be located at a
//   specific RAM address range.
//
//   $Log:   W:\UC\Ph2Sw\Rockwell\base\Ps\rock\ARCHIVES\SIMBUF.C_v  $
//   
//      Rev 3.0   19 Jun 1998 11:02:54   dangmk
//   Initial CheckIn
//   
//      Rev 1.0   31 Oct 1997 16:15:30   dangmk
//   Initial CheckIn
//   
//
///////////////////////////////////////////////////////////////////////////////
//
//   ROCKWELL CONFIDENTIAL AND PROPRIETARY
//
//   This source is the sole property of Rockwell International.  Reproduction
//   or utilization of this source in whole or in part is forbidden without
//   the written consent of Rockwell International.
//
//   (c) Copyright Rockwell International, 1997.  All Rights Reserved.
//
///////////////////////////////////////////////////////////////////////////////


#include "WCDTypes.h"

// ---------- Global Definitions and Declarations ----------

// Declare RAM buffers for USART data.
CHAR SIMBuffer[257];


// ---------- Constant / Macro Definitions ----------


// ---------- Type Declarations ----------


// ---------- Variable Declarations ----------


// ---------- Function Prototypes ----------


// ---------- Implementation ----------



⌨️ 快捷键说明

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