📄 wireless_uart.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 + -