iocc2431.h

来自「cc1111调试文件」· C头文件 代码 · 共 28 行

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