mapp_init.h

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

H
34
字号
/************************************************************************************
* This header file is for Application Initialization module 
*
* (c) Copyright 2006, Freescale, Inc.  All rights reserved.
*
*
* 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.
*
************************************************************************************/
#ifndef _MAPP_INIT_H_
#define _MAPP_INIT_H_

#include "MApp.h"


/************************************************************************************
*************************************************************************************
* Public type definitions
*************************************************************************************
************************************************************************************/

void Init_MacExtendedAddress(void) ;

/******************************************************************************
*******************************************************************************
* Public Prototypes
*******************************************************************************
******************************************************************************/


#endif /* _MAPP_INIT_H_ */

⌨️ 快捷键说明

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