Identification


Identification

This section describes how the radio transceiver can be identified.

Parameters:
partid 0x07, the default value of register RG_PART_NUM
version 0x01, the default value of register RG_VERSION_NUM
manid0 0x1f, the default value of register RG_MAN_ID_0
manid1 0x00, the default value of register RG_MAN_ID_1
Note:
The identification registers can be read in any state, including P_ON.
inline_mscgraph_7
Code example
    /* AT86RF212::P_ON */
    partid = trx_reg_read(RG_PART_NUM);
    version = trx_reg_read(RG_VERSION_NUM);
    manid0 = trx_reg_read(RG_MAN_ID_0);
    manid1 = trx_reg_read(RG_MAN_ID_1);

Generated on Mon Aug 17 13:34:59 2009 for SWPM AT86RF212 by  doxygen 1.5.6