Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550_charger.h156 int32_t thermalColdThreshold_C; /* Thermistor cold temperature selection in C. */ member
Dfsl_pf1550_charger.c368 temp = (attribute->thermalColdThreshold_C <= -10) ? (1U << 4U) : 0U; in PF1550_SetThermalAttibute()