Configuration parameters for thermal protection.

Public Attributes#

bool

Indicates whether the protection is enabled.

uint8_t

Mandatory temperature cool down when the threshold is exceeded, in degrees Kelvin.

uint16_t

Temperature above which transmit is blocked, in degrees Kelvin.

Public Attribute Documentation#

enable#

bool RAIL_ChipTempConfig_t::enable

Indicates whether the protection is enabled.


Definition at line 4775 of file common/rail_types.h

coolDownK#

uint8_t RAIL_ChipTempConfig_t::coolDownK

Mandatory temperature cool down when the threshold is exceeded, in degrees Kelvin.


Definition at line 4776 of file common/rail_types.h

thresholdK#

uint16_t RAIL_ChipTempConfig_t::thresholdK

Temperature above which transmit is blocked, in degrees Kelvin.


Definition at line 4778 of file common/rail_types.h