Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550_charger.h158 int32_t thermalWarmThreshold_C; /* Thermistor warm threshold setting in C. */ member
Dfsl_pf1550_charger.c376 temp = (attribute->thermalWarmThreshold_C < 50) ? 0U : 1U; in PF1550_SetThermalAttibute()