Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550_charger.h162 bool thermalFoldbackEnable; /* Enable/disable thermal foldback current function. */ member
Dfsl_pf1550_charger.c424 temp = attribute->thermalFoldbackEnable ? (1U << 7U) : 0U; in PF1550_SetThermalAttibute()