mac_radio.h
来自「TI的基于ZIGBEE2006的协议栈」· C头文件 代码 · 共 49 行
H
49 行
/**************************************************************************************************
Filename:
Revised: $Date: 2007-02-26 16:59:26 -0800 (Mon, 26 Feb 2007) $
Revision: $Revision: 13615 $
Description:
Describe the purpose and contents of the file.
Copyright (c) 2006 by Texas Instruments, Inc.
All Rights Reserved. Permission to use, reproduce, copy, prepare
derivative works, modify, distribute, perform, display or sell this
software and/or its documentation for any purpose is prohibited
without the express written consent of Texas Instruments, Inc.
**************************************************************************************************/
#ifndef MAC_RADIO_H
#define MAC_RADIO_H
/* ------------------------------------------------------------------------------------------------
* Includes
* ------------------------------------------------------------------------------------------------
*/
#include "hal_types.h"
/* ------------------------------------------------------------------------------------------------
* Global Variables
* ------------------------------------------------------------------------------------------------
*/
extern uint8 macPhyChannel;
extern uint8 macPhyTxPower;
/* ------------------------------------------------------------------------------------------------
* Prototypes
* ------------------------------------------------------------------------------------------------
*/
void macRadioInit(void);
void macRadioReset(void);
void macRadioUpdateTxPower(void);
void macRadioUpdateChannel(void);
uint8 macRadioComputeLQI(int8 rssiDbm, uint8 correlation);
/**************************************************************************************************
*/
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?