代码搜索结果
找到约 927 项符合
Zigbee 的代码
hardware readme.txt
The hardware used in the development of the demo application included with the MSP430/CC1100-2500 Interface Library is described in another application note: "IEEE 802.15.4(TM) and ZigBee(TM) Hardwar
hardware readme.txt
The hardware used in the development of the demo application included with the MSP430/CC1100-2500 Interface Library is described in another application note: "IEEE 802.15.4(TM) and ZigBee(TM) Hardwar
zmac.h
#ifndef _ZMAC_H_
#define _ZMAC_H_
#include "zigbee.h"
#include "zPHY.h"
#define HFRAME_INVALID (HFRAME)(MAX_MAC_FRAME_STATUS)
// Frame Control flags.
#define MAC_FRAME_TYPE_MASK
nvm.h
#ifndef _ZNVM_H_
#define _ZNVM_H_
#include "zigbee.h"
void NVMWrite(void *dest, const void *src, size_t count);
void NVMRead(void *dest, const void *src, size_t count);
void ClearNVM( voi
zigbee.h
#ifndef _ZIGBEE_H_
#define _ZIGBEE_H_
#include "generic.h"
//only for debug
//#define ENABLE_DEBUG
//#define route_debug
//#define ROUTE_MONITOR
//Coord, RFD转换开关,打开为Coord,关闭为RFD
#define
zapl.h
#ifndef _ZAPL_H_
#define _ZAPL_H_
#include "zigbee.h"
// These are states of the APL module.
typedef enum _SM_APL
{
SM_APL_START,
SM_APL_START_WAIT,
SM_APL_READY,
SM_APL_D
zaps.h
#ifndef _ZAPS_H_
#define _ZAPS_H_
#include "zigbee.h"
#include "zNWK.h"
#define NUM_DEFINED_ENDPOINTS (1+NUM_USER_ENDPOINTS)
// APS frame control byte definition.
typedef union _APS_FRAM
znwk.h
#ifndef _ZNWK_H_
#define _ZNWK_H_
#include "zigbee.h"
#include "zMAC.h"
//randam value
#define RANDOM_LSB (TCNT1L)
#define RANDOM_MSB (TCNT1H)
//
coord_test.c
#include "zigbee.h" // Zigbee定义
#include "zAPL.h" //Zigbee应用层
//开关与LED
#define S2 3
#define S3 4
#define D1 0
#define D2 1
#define D3