Home
last modified time | relevance | path

Searched refs:thermalHotThreshold_C (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550_charger.h159 int32_t thermalHotThreshold_C; /* Thermistor hot temperature selection in C. */ member
Dfsl_pf1550_charger.c380 temp = (attribute->thermalHotThreshold_C < 60) ? (1U << 5U) : 0U; in PF1550_SetThermalAttibute()