📄 rx_chain_test.h
字号:
//=====================================================================
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -