simbuf.c

来自「SIM卡的驱动程序,有利于开发一些与SIM相通的一些工具,或者手机软件SIM驱动」· C语言 代码 · 共 65 行

C
65
字号

///////////////////////////////////////////////////////////////////////////////
//
//   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 + =
减小字号Ctrl + -
显示快捷键?