Set compensation specific parameters.
DeprecatedRAIL 2.x synonym of sl_rail_hfxo_compensation_config_t.
Public Attributes#
Indicates whether the HFXO compensation in temperature is activated.
The temperature reference delimiting the nominal zone from the critical one.
The temperature shift used to start a new compensation, in the nominal zone.
The temperature shift used to start a new compensation, in the critical zone.
Public Attribute Documentation#
enableCompensation#
bool RAIL_HFXOCompensationConfig_t::enableCompensation
Indicates whether the HFXO compensation in temperature is activated.
DeprecatedRAIL 2.x synonym of sl_rail_hfxo_compensation_config_t::enable_compensation.
zoneTemperatureC#
int8_t RAIL_HFXOCompensationConfig_t::zoneTemperatureC
The temperature reference delimiting the nominal zone from the critical one.
This field is relevant if enableCompensation is set to true.
DeprecatedRAIL 2.x synonym of sl_rail_hfxo_compensation_config_t::zone_temperature_celsius.
deltaNominal#
uint8_t RAIL_HFXOCompensationConfig_t::deltaNominal
The temperature shift used to start a new compensation, in the nominal zone.
This field is relevant if enableCompensation is set to true.
DeprecatedRAIL 2.x synonym of sl_rail_hfxo_compensation_config_t::delta_nominal_celsius.
deltaCritical#
uint8_t RAIL_HFXOCompensationConfig_t::deltaCritical
The temperature shift used to start a new compensation, in the critical zone.
This field is relevant if enableCompensation is set to true.
DeprecatedRAIL 2.x synonym of sl_rail_hfxo_compensation_config_t::delta_critical_celsius.