⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 phy_const.h

📁 tinyos2.0版本驱动
💻 H
字号:
/* * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise * @author Andre Cunha */#ifndef __PHY_CONST__#define __PHY_CONST__ // The PHY constants are defined here.#define aMaxPHYPacketSize  127#define aTurnaroundTime 12#define INIT_CURRENTCHANNEL 0x15#define INIT_CHANNELSSUPPORTED 0x0#define INIT_TRANSMITPOWER 15#define INIT_CCA_MODE 0#define CCA_IDLE 0#define CCA_BUSY 1// PHY PIB attribute and psdutypedef struct{	uint8_t phyCurrentChannel;	uint8_t phyChannelsSupported;	uint8_t phyTransmitPower;	uint8_t phyCcaMode;} phyPIB;#endif

⌨️ 快捷键说明

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