📄 iocc2431.h
字号:
/**************************************************************************************************
* - ioCC2431.h -
*
* Special header for the Chipcon CC2431 System on Chip.
*
**************************************************************************************************
*/
#ifndef IOCC2431_H
#define IOCC2431_H
#include "ioCC2430.h"
/* ------------------------------------------------------------------------------------------------
* Xdata Radio Registers
* ------------------------------------------------------------------------------------------------
*/
#define REFCOORD XREG( 0xDF55 ) /* Location Engine, Reference Coordinates Input */
#define MEASPARM XREG( 0xDF56 ) /* Location Engine, Measured Parameters Input */
#define LOCENG XREG( 0xDF57 ) /* Location Engine, Location Engine Control and Status */
#define LOCX XREG( 0xDF58 ) /* Location Engine, Location Estimate X Coordinate */
#define LOCY XREG( 0xDF59 ) /* Location Engine, Location Estimate Y Coordinate */
#define LOCMIN XREG( 0xDF5A ) /* Location Engine, Minimum Function Estimate */
/**************************************************************************************************
*/
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -