📄 applicationconf.h
字号:
/*****************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -