?? zl5011xrdwr.h
字號:
/*******************************************************************************
*
* File name: zl5011xRdWr.h
*
* Version: 8
*
* Author: MRC
*
* Date created: 08/02/2002
*
* Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
* All rights reserved.
*
* Module Description:
*
* This file contains common the prototypes for the read and write
* accessor functions.
*
* Revision History:
*
* Rev: Date: Author: Comments:
* 1 08/02/2002 MRC Creation
* 2 15/02/2002 MRC Update
* 3 16/04/2002 MRC Changed Authur to Author in the header
* 4 29/05/2002 MRC Update
* 5 29/10/2002 ARW Added conditional prototypes
* 6 31/10/2002 MRC Added variants + minor fixes
* 7 01/11/2002 ARW Removed _DEV_BOARD macro
* 8 14/02/2005 MRC Updated compiler directive
*
*******************************************************************************/
#ifndef _ZL5011X_RD_WR_H
#define _ZL5011X_RD_WR_H
#ifdef __cplusplus
extern "C" {
#endif
zlStatusE zl5011xRead(zl5011xParamsS *zl5011xParams, AddressT address, Uint32T *memValue);
zlStatusE zl5011xWrite(zl5011xParamsS *zl5011xParams, AddressT address, Uint32T memValue);
extern void ZL5011X_REG_READ(int slot, UINT32 reg, volatile UINT32 *value);
extern void ZL5011X_REG_WRITE(int slot, UINT32 reg, UINT32 value);
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -