its_mcu.h

来自「program show the communication of CC100-」· C头文件 代码 · 共 42 行

H
42
字号
/***********************************************************************************
    Filename: ITS_mcu.h

    Copyright 2007 Texas Instruments, Inc.
***********************************************************************************/

#ifndef HAL_MCU_H
#define HAL_MCU_H

#ifdef __cplusplus
extern "C" {
#endif

#include "ITS_types.h"

enum {
    HAL_MCU_LPM_0,
    HAL_MCU_LPM_1,
    HAL_MCU_LPM_2,
    HAL_MCU_LPM_3,
    HAL_MCU_LPM_4
};




//----------------------------------------------------------------------------------
// Function declarations
//----------------------------------------------------------------------------------

void ITSMcuInit(void);
void ITSMcuWaitUs(uint16 usec);
void ITSMcuSetLowPowerMode(uint8 mode);


#ifdef  __cplusplus
}
#endif

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

⌨️ 快捷键说明

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