Set compensation spepcific 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 3685 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 3690 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 3695 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 3700 of file common/rail_types.h