?? simbuf.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 + -