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

📄 zl5011xrdwr.h

📁 Zalink50114----TDMoIP芯片驱动源码
💻 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

⌨️ 快捷键说明

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