⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wireless_uart.h

📁 基于Freescale-smac的点对点通讯。 简介:在Router(特征:接口为COM口)上实现点对点通信。 子工程: 1、接收端receiver_13213_ver2.0 (目前只
💻 H
字号:
/* wireless_uart.h 
 * Mains application header

 * $Author: a20639 $
 * $Date: 2006/07/31 17:21:59 $
 * $Name:  $
 */
 
//includes
//#include "device_header.h"
#include "pub_def.h"


//Prototypes

//Defines

/* EVB */


/* ARD or EVB low power STOP3*/
#define KBDWAIT() _asm stop

#define MC13192_CLKO_FREQ    0x01 /* Sets the MC13192 CLKO frequency */
#define LOW_POWER_WHILE() _asm wait


#define INITIAL_STATE 0
#define IDLE_STATE 1
#define WAITING_FOR_ACK 2
#define RECEIVER_ALWAYS_ON 3
#define TRANSMIT_ACK 4
#define TRANSMIT_DATA 5
#define TIMEOUT_STATE 6

⌨️ 快捷键说明

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