rx_chain_test.h

来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· C头文件 代码 · 共 43 行

H
43
字号
//=====================================================================  
//      TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION             
// Property of Texas Instruments -- For Unrestricted Internal Use Only   
// Unauthorized reproduction and/or distribution is strictly prohibited  
// This product is protected under copyright law and trade secret law as 
// an unpublished work.Created 2001,(C) Copyright 2001 Texas Instruments.
// All rights reserved.                                                  
//=====================================================================  

#ifndef _RX_CHAIN_TEST_LIB_H
#define _RX_CHAIN_TEST_LIB_H

#include "global_types.h"
#include "test.h"
#include "dolo_conf.h"
#include "gpio_a9.h"
#include "ulpd13m.h"
#include "wcdma_cks.h"
#include "wcdma_rci.h"
#include "wcdma_sc.h"
#include "wcdma_ccp.h"
#include "wcdma_mrc.h"
#include "wcdma_ctr.h"
#include "wcdma_dec.h"


//---------------------------------------------------------
//NAME        : RXCH_TestRxInit()
//DESCRIPTION : RX Chain test init function (required at beginning of all RX Chain tests)
//PARAMETERS  : none
//RETURN VALUE: none
//LIMITATIONS : calls CKS library function WCDMA_CksSetupRXChainTest() to configure clocks
//---------------------------------------------------------
void RXCH_TestRxInit(void);






#endif

⌨️ 快捷键说明

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