Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550_charger.c34 temp = (attribute->fastChargeCurrent_mA > 1000U) ? 1000U : attribute->fastChargeCurrent_mA; in PF1550_SetChargerAttibute()
35 temp = (attribute->fastChargeCurrent_mA < 100U) ? 100U : temp; in PF1550_SetChargerAttibute()
Dfsl_pf1550_charger.h113 uint32_t fastChargeCurrent_mA; /* Fast Charge Current in mA. */ member