?? zl5011xprx.c
字號:
/*******************************************************************************
*
* File name: zl5011xPrx.c
*
* Version: 3
*
* Author: PJE
*
* Date created: 17/06/2002
*
* Copyright 2002, 2003, 2004, 2005, Zarlink Semiconductor Limited.
* All rights reserved.
*
* Module Description:
*
* This file contains all the function that will initialise and control
* the Prx block.
*
* Revision History:
*
* Rev: Date: Author: Comments:
* 2 25/10/2002 PJE API tidy up
* 3 31/10/2002 MRC Added variants + minor fixes
*
*******************************************************************************/
/***************** INCLUDE FILES *****************************/
#include "zl5011x.h"
#include "zl5011xPrx.h"
#include "zl5011xUtilLib.h"
/***************** EXPORTED GLOBAL VARIABLES *****************************/
/***************** STATIC GLOBAL VARIABLES *****************************/
/*******************************************************************************
Function:
zl5011xPrxInit
Description:
This function initialises the Prx block and data structure, if there is
any initialisation to do.
Inputs:
zl5011xParams Pointer to the structure for this device instance
Outputs:
None
Returns:
zlStatusE
Remarks:
None
*******************************************************************************/
extern zlStatusE zl5011xPrxInit(zl5011xParamsS *zl5011xParams)
{
zlStatusE status = ZL5011X_OK;
ZL5011X_TRACE(ZL5011X_PRX_FN_ID, "zl5011xPrxInit:", 0, 0, 0, 0, 0, 0);
return(status);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -