applicationconf.h

来自「freescale的基于802.15.4的无线通讯例程」· C头文件 代码 · 共 45 行

H
45
字号
/*****************************************************************************
* This  file is used by the Application to configure Mac Standalone. 
*
*             
* (c) Copyright 2006, Freescale, Inc. All rights reserved.
*
* Freescale Semiconductor Confidential Proprietary
*
* No part of this document must be reproduced in any form - including copied,
* transcribed, printed or by any electronic means - without specific written
* permission from Freescale Semiconductor Denmark A/S.
*
*****************************************************************************/

#ifndef _MACAPPLICATION_CONFIG_H_
#define _MACAPPLICATION_CONFIG_H_

/*****************************************************************************
******************************************************************************
* Public macros
******************************************************************************
*****************************************************************************/
/* Defines the channels to scan. Each bit represents one channel. Use
   0x07FFF800 to scan all 16 802.15.4 channels in the 2.4GHz band. */
#define mDefaultValueOfChannel_c 0x07FFF800

/* Defines the default value of the MAC extended address */
#define mDefaultValueOfExtendedAddress_c    0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF
/*****************************************************************************
******************************************************************************
* Public type definitions
******************************************************************************
*****************************************************************************/

/*None*/

/*****************************************************************************
******************************************************************************
* Public prototypes
******************************************************************************
*****************************************************************************/

/*None*/

#endif _MACAPPLICATION_CONFIG_H_

⌨️ 快捷键说明

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