// 初始化MAC<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
ZMacInit();
//【zmac.c】
ROOT uint8 ZMacInit( void )
{
uint8 stat;
MAC_Init();
MAC_InitDevice();
#if defined ( RTR_NWK )
//如果定义的是路由网络
MAC_InitCoord();
#endif
stat = ZMacReset( TRUE );
//设置MAC PIB
osal_int_disable( INTS_ALL );
return ( stat );
}
文章评论(0条评论)
登录后参与讨论