Set compensation specific parameters.
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.
4601
of file common/rail_types.h
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.
4606
of file common/rail_types.h
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.
4611
of file common/rail_types.h
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.
4616
of file common/rail_types.h