Data used for thermal protection.

DeprecatedRAIL 2.x synonym of sl_rail_chip_temp_metrics_t.

Public Attributes#

uint16_t

Store chip temperature for metrics.

uint16_t

Minimum temperature recorded.

uint16_t

Maximum temperature recorded.

bool

Indicates if data should be reset.

uint8_t

Reserved for future use.

Public Attribute Documentation#

tempK#

uint16_t RAIL_ChipTempMetrics_t::tempK

Store chip temperature for metrics.

DeprecatedRAIL 2.x synonym of sl_rail_chip_temp_metrics_t::temp_kelvin.


minTempK#

uint16_t RAIL_ChipTempMetrics_t::minTempK

Minimum temperature recorded.

DeprecatedRAIL 2.x synonym of sl_rail_chip_temp_metrics_t::min_temp_kelvin.


maxTempK#

uint16_t RAIL_ChipTempMetrics_t::maxTempK

Maximum temperature recorded.

DeprecatedRAIL 2.x synonym of sl_rail_chip_temp_metrics_t::max_temp_kelvin.


resetPending#

bool RAIL_ChipTempMetrics_t::resetPending

Indicates if data should be reset.

DeprecatedRAIL 2.x synonym of sl_rail_chip_temp_metrics_t::reset_pending.


reservedChipTemp#

uint8_t RAIL_ChipTempMetrics_t::reservedChipTemp

Reserved for future use.

DeprecatedRAIL 2.x synonym of sl_rail_chip_temp_metrics_t::reserved.