Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550_charger.h157 int32_t thermalCoolThreshold_C; /* Thermistor cool threshold setting in C. */ member
Dfsl_pf1550_charger.c372 temp = (attribute->thermalCoolThreshold_C <= 10) ? (1U << 1U) : 0U; in PF1550_SetThermalAttibute()