If the RX/TX indicator is enabled, an ongoing frame transmission is indicated on pins DIG3/DIG4 with a differential signal. These signal can be used to control an external RF frontend independently from the MCU or to monitor the transmission timing. For more details refer to section 9.4 (RX/TX Indicator) of the AT86RF212 datasheet.
The RX/TX indicator feature can be enabled in one of the [CONFIG] states by writing the value 1 to the sub register SR_PA_EXT_EN.
| rx_tx_indic | enable {1}/disable {0} RX/TX indicator. |
/* AT86RF212::[CONFIG] */ trx_bit_write(SR_PA_EXT_EN, rx_tx_indic);
/* AT86RF212::[CONFIG] */ rx_tx_indic = trx_bit_read(SR_PA_EXT_EN);
1.5.6