| rxpdtlvl | This parameter controls the receiver sensitivity threshold. {0} : The radio transceiver operates with maximum receiver sensitivity and receives all frames at and below RSSI_BASE_VAL. {1,...,15} : The radio transceiver operates with reduced receiver sensitivity and ignores all frames with a RSSI value, below rxthres. |
rxthres is computed according to this formula:rxthres = RSSI_BASE_VAL + rxpdtlvl * 3Use Cases:
/* AT86RF212::[CONFIG] */ trx_bit_write(SR_RX_PDT_LEVEL, rxpdtlvl);
/* AT86RF212::[ACTIVE] */ rxpdtlvl = trx_bit_read(SR_RX_PDT_LEVEL);
1.5.6