Data used for thermal protection.
DeprecatedRAIL 2.x synonym of sl_rail_chip_temp_metrics_t.
Public Attributes#
Store chip temperature for metrics.
Minimum temperature recorded.
Maximum temperature recorded.
Indicates if data should be reset.
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.