Set compensation specific parameters.

Public Attributes#

bool

Indicates whether the HFXO compensation in temperature is activated.

int8_t

The temperature reference delimiting the nominal zone from the critical one.

uint8_t

The temperature shift used to start a new compensation, in the nominal zone.

uint8_t

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.


Definition at line 4452 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.


Definition at line 4457 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.


Definition at line 4462 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.


Definition at line 4467 of file common/rail_types.h