An IR calibration value structure.

This definition contains the set of persistent calibration values for EFR32. You can set these beforehand and apply them at startup to save the time required to compute them. Any of these values may be set to RAIL_IRCAL_INVALID_VALUE to force the code to compute that calibration value.

Public Attributes#

RX Image Rejection (IR) calibration value.

TX Image Rejection (IR) calibration value for OFDM.

Public Attribute Documentation#

rxIrCalValues#

RAIL_RxIrCalValues_t RAIL_IrCalValues_t::rxIrCalValues

RX Image Rejection (IR) calibration value.


Definition at line 4600 of file common/rail_types.h

txIrCalValues#

RAIL_TxIrCalValues_t RAIL_IrCalValues_t::txIrCalValues

TX Image Rejection (IR) calibration value for OFDM.


Definition at line 4601 of file common/rail_types.h