![]() |
![]() |
Radar RF Calibration monitoring time unit configuration. More...
#include <control/mmwavelink/include/rl_sensor.h>
Data Fields | |
rlUInt16_t | calibMonTimeUnit |
Defines the basic time unit, in terms of which calibration and/or monitoring periodicities are to be defined. If any monitoring functions are desired and enabled, the monitoring infrastructure automatically inherits this time unit as the period over which the various monitors are cyclically executed; so this should be set to the desired FTTI. For calibrations, a separate rlRunTimeCalibConf.calibPeriodicity can be specified, as a multiple of this time unit, in rlRfRunTimeCalibConfig. 1 LSB = Duration of one frame. . More... | |
rlUInt8_t | numOfCascadeDev |
The num of cascaded AWR2243 devices in a system if MONITORING_MODE is 0. In non-cascaded mode set this to 1. If MONITORING_MODE is 1 (API based trigger), then even in cascade mode this value can be 1 (Host controls the sequence of monitoring triggers). This control helps the device to schedule autonomous monitors in round robin fashion to avoid inter device interference. . | |
rlUInt8_t | devId |
Applicable only in cascaded mode, Typically Master device is set to 0 and slave devices are set to 1, 2, and 3 respectively in 4 chip cascade system if MONITORING_MODE = 0. In non-cascaded mode and if MONITORING_MODE = 1, then set this to 0. Default value = 0 . | |
rlUInt8_t | monitoringMode |
Applicable for cascade devices to control execution of monitoring types Refer rlMonTypeTrigCfg_t for more details. 0: Autonomous monitoring trigger (default) 1: API based monitoring trigger . More... | |
rlUInt8_t | reserved |
Reserved for Future use. | |
rlUInt16_t | reserved1 |
Reserved for Future use. | |
Radar RF Calibration monitoring time unit configuration.
Definition at line 2581 of file rl_sensor.h.
rlUInt16_t rlRfCalMonTimeUntConf_t::calibMonTimeUnit |
Defines the basic time unit, in terms of which calibration and/or monitoring
periodicities are to be defined.
If any monitoring functions are desired and enabled, the monitoring infrastructure automatically inherits this time unit as the period over which the various monitors are cyclically executed; so this should be set to the desired FTTI.
For calibrations, a separate rlRunTimeCalibConf.calibPeriodicity can be specified, as a multiple of this time unit, in rlRfRunTimeCalibConfig.
1 LSB = Duration of one frame.
.
Definition at line 2599 of file rl_sensor.h.
rlUInt8_t rlRfCalMonTimeUntConf_t::monitoringMode |
Applicable for cascade devices to control execution of monitoring types
Refer rlMonTypeTrigCfg_t for more details.
0: Autonomous monitoring trigger (default)
1: API based monitoring trigger
.
Definition at line 2624 of file rl_sensor.h.