phy_const.h.svn-base

来自「802.15.4协议的实现」· SVN-BASE 代码 · 共 18 行

SVN-BASE
18
字号
/*
 * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
 * @author Andre Cunha
 */
// The PHY constants are defined here.
#define aMaxPHYPacketSize  127
#define aTurnaroundTime 12

// PHY PIB attribute and psdu
typedef struct
{
	uint8_t phyCurrentChannel;
	uint8_t phyChannelsSupported;
	uint8_t phyTransmitPower;
	uint8_t phyCcaMode;
} phyPIB;

⌨️ 快捷键说明

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