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 microcontroller or to monitor the transmission timing. For more details refer to section 11.5 (RX/TX Indicator) of the AT86RF231 datasheet.
The RX/TX indicator feature can be controlled using sub register SR_PA_EXT_EN.
| rx_tx_indic |
|
/* AT86RF231::[CONFIG] */ trx_bit_write(SR_PA_EXT_EN, rx_tx_indic);
| rx_tx_indic |
|
/* AT86RF231::[CONFIG] */ rx_tx_indic = trx_bit_read(SR_PA_EXT_EN);
1.5.2