![]() |
![]() |
TX ballbreak monitoring configuration. More...
#include <control/mmwavelink/include/rl_monitoring.h>
Data Fields | |
rlUInt8_t | reportMode |
Value Definition 0 Report is sent every monitoring period without threshold check 1 Report is send only upon a failure (after checking for thresholds) 2 Report is sent every monitoring period with threshold check. . | |
rlUInt8_t | reserved0 |
Reserved for Future use. More... | |
rlUInt32_t | monStartFreqConst |
For AWR2243 devices : This field is reserved. Set to 0x0. For xWR6x43 devices : Start frequency of the monitoring chirp. For 60GHz Devices (57GHz to 63.8GHz): 1 LSB = 2.7e9 / 2^26 Hz = 40.233 Hz Valid range: Only even numbers from 0x5471C71C to 0x5E84BDA1 . | |
rlUInt8_t | txPowBackOff |
For AWR2243 devices : This field is reserved. Set to 0x0. For xWR6x43 devices : TX Power Backoff settings used for ballbreak monitor. 1 LSB = 1 dB Valid values: 0, 3, 6, 9dB . | |
rlUInt8_t | reserved1 |
Reserved for Future use. | |
rlUInt16_t | reserved2 |
Reserved for Future use. | |
TX ballbreak monitoring configuration.
Definition at line 923 of file rl_monitoring.h.
rlUInt8_t rlTxBallbreakMonConf_t::reserved0 |
Reserved for Future use.
The TX reflection coefficient's magnitude for each enabled channel is compared against
the threshold given here. The comparison result is part of the monitoring report
message (Error bit is set if the measurement is higher than or equal to this
threshold, with the units of both quantities being the same).
1 LSB = 0.1 dB, signed number
Valid range: -32767 to +32767 (-3276dB to +3276dB)
Definition at line 936 of file rl_monitoring.h.