Searched refs:thermalCoolThreshold_C (Results 1 – 2 of 2) sorted by relevance
157 int32_t thermalCoolThreshold_C; /* Thermistor cool threshold setting in C. */ member
372 temp = (attribute->thermalCoolThreshold_C <= 10) ? (1U << 1U) : 0U; in PF1550_SetThermalAttibute()