cc1000msg.h

来自「tinyos-2.0源代码!转载而已!要的尽管拿!」· C头文件 代码 · 共 26 行

H
26
字号
#ifndef CC1K_RADIO_MSG_H#define CC1K_RADIO_MSG_H#include "AM.h"typedef nx_struct CC1KHeader {  nx_am_addr_t addr;  nx_uint8_t length;  nx_am_group_t group;  nx_am_id_t type;} cc1000_header_t;typedef nx_struct CC1KFooter {  nxle_uint16_t crc;  } cc1000_footer_t;typedef nx_struct CC1KMetadata {  nx_uint16_t strength;  nx_uint8_t ack;  nx_uint16_t time;  nx_uint8_t sendSecurityMode;  nx_uint8_t receiveSecurityMode;  } cc1000_metadata_t;#endif

⌨️ 快捷键说明

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