mac_sleep.h

来自「用IAR开发的ZIGBEE网络路由例子」· C头文件 代码 · 共 45 行

H
45
字号
/**************************************************************************************************
    Filename:
    Revised:        $Date: 2007-01-10 11:56:57 -0800 (Wed, 10 Jan 2007) $
    Revision:       $Revision: 13262 $

    Description:

    Describe the purpose and contents of the file.

    Copyright (c) 2006 by Texas Instruments, Inc.
    All Rights Reserved.  Permission to use, reproduce, copy, prepare
    derivative works, modify, distribute, perform, display or sell this
    software and/or its documentation for any purpose is prohibited
    without the express written consent of Texas Instruments, Inc.
**************************************************************************************************/

#ifndef MAC_SLEEP_H
#define MAC_SLEEP_H


/* ------------------------------------------------------------------------------------------------
 *                                          Includes
 * ------------------------------------------------------------------------------------------------
 */
#include "hal_types.h"


/* ------------------------------------------------------------------------------------------------
 *                                          Defines
 * ------------------------------------------------------------------------------------------------
 */
#define MAC_SLEEP_STATE_AWAKE       0x00


/* ------------------------------------------------------------------------------------------------
 *                                         Externs
 * ------------------------------------------------------------------------------------------------
 */
extern uint8 macSleepState;


/**************************************************************************************************
 */
#endif

⌨️ 快捷键说明

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