Data Fields
rlRfCalMonTimeUntConf_t Struct Reference

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.
 

Detailed Description

Radar RF Calibration monitoring time unit configuration.

Definition at line 2581 of file rl_sensor.h.

Field Documentation

◆ calibMonTimeUnit

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.
.

Note
: Even though calibrations many not be desired every time unit, every time unit shall be made long enough to include active chirping time, time required for all enabled calibrations and monitoring functions. Default value in device: 100
Valid range : 40ms to 250ms (Derive actual count value from programmed frame
period)

Definition at line 2599 of file rl_sensor.h.

◆ monitoringMode

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
.

Note
: This feature is supported only on AWR2243 device.

Definition at line 2624 of file rl_sensor.h.


The documentation for this struct was generated from the following file:

Copyright 2020, Texas Instruments Incorporated