?? 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 + -