![]() |
![]() |
RX mixer input power monitoring configuration. More...
#include <control/mmwavelink/include/rl_monitoring.h>
Data Fields | |
rlUInt8_t | profileIndx |
The RF analog settings corresponding to this profile are used for monitoring RX mixer input power using test chirps (static frequency, at the center of the profile's RF frequency band). . | |
rlUInt8_t | reportMode |
Indicates the desired reporting verbosity and threshold usage. Value = 0 Report is sent every monitoring period without threshold check Value = 1 Report is send only upon a failure (after checking for thresholds) Value = 2 Report is sent every monitoring period with threshold check. Other values: RESERVED. . | |
rlUInt8_t | txEnable |
This field indicates if and which TX channels should be enabled while measuring RX mixer input power. Setting a bit to 1 enables the corresponding TX channel. Enabling a TX channel may help find reflection power while disabling may help find interference power. Bit number TX Channel 0 TX0 1 TX1 2 TX2 . | |
rlUInt8_t | reserved0 |
Reserved for Future use. | |
rlUInt16_t | thresholds |
The measured RX mixer input voltage swings during this monitoring is compared against the minimum and maximum thresholds configured in this field. The comparison result is part of the monitoring report message (Error bit is set if any measurement is outside this (minimum, maximum) range). Byte number Threshold 0 Minimum Threshold 1 Maximum Threshold Only the RX channels enabled in the static configuration APIs are monitored. 1 LSB = 1800mV/256, unsigned number Valid range: 0 to 255 (0 to 1792.96 mV), maximum threshold >= minimum threshold . | |
rlUInt16_t | reserved1 |
Reserved for Future use. | |
rlUInt32_t | reserved2 |
Reserved for Future use. | |
RX mixer input power monitoring configuration.
Definition at line 2095 of file rl_monitoring.h.