wireless_uart.h

来自「基于Freescale-smac的点对点通讯。 简介:在Router(特征」· C头文件 代码 · 共 34 行

H
34
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?