Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/maxim/max17055/
Dmax17055.h24 DESIGN_CAP = 0x18, enumerator
Dmax17055.c315 ret = max17055_reg_read(dev, DESIGN_CAP, &priv->design_cap); in max17055_sample_fetch()
357 if (max17055_reg_write(dev, DESIGN_CAP, design_capacity)) { in max17055_write_config()
/Zephyr-Core-3.7.0/drivers/sensor/maxim/max17262/
Dmax17262.h27 DESIGN_CAP = 0x18, enumerator
Dmax17262.c197 { DESIGN_CAP, &data->design_cap }, in max17262_sample_fetch()
295 rc = max17262_reg_write(dev, DESIGN_CAP, config->design_cap); in max17262_gauge_init()