代码搜索结果
找到约 927 项符合
Zigbee 的代码
symboltime.h
/*********************************************************************
*
* ZigBee Symbol Timer Header File
*
******************************************************************
znvm.h
/*********************************************************************
*
* Zigbee non-volatile memory storage header
*
********************************************************
zbtypes.h
/*
define zigbee stack data types
*/
#ifndef __ZBTYPES_H__
#define __ZBTYPES_H__
typedef uint8_t mem_head_t;
typedef uint8_t phy_error_t;
typedef uint8_t mac_error_t;
typedef uint8_t nwk_error_
zbconstant.h
/**
* define zigbee constant
*/
#ifndef __ZBCONSTANT_H__
#define __ZBCONSTANT_H__
/**
* define the size of panDescriptorTable
**/
#define MAX_PAN_DESCRIPTOR_NUM 4
/**
* next are physical lay
zbcachec.nc
/*
* zigbee packet fifo cache
*
*/
generic configuration ZbCacheC(typedef element_t, uint8_t cacheSize)
{
provides interface ZbCache;
}
implementation
{
compon
zbconfig.h
/*
zigbee configuration are located here
*/
#ifndef __ZBCONFIGDEF_H__
#define __ZBCONFIGDEF_H__
#define IS_COORD
//#define IS_FFD
/*
next are phy module define
*/
#define CC2420_DEF_CHANNEL 26
#d
zbcachep.nc
/*
* zigbee packet fifo cache
*
*
*
* pFree--->[pNext|element_t]
* |
* --->[pNext|element_t]
* |
*