Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/charger/
Dcharger_bq25180.c240 uint8_t ichg_ctrl; in bq25180_get_status() local
253 ret = i2c_reg_read_byte_dt(&cfg->i2c, BQ25180_ICHG_CTRL, &ichg_ctrl); in bq25180_get_status()
258 if ((ichg_ctrl & BQ25180_ICHG_CHG_DIS) != 0x00) { in bq25180_get_status()