Searched refs:DESIGN_CAP (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/drivers/sensor/maxim/max17055/ |
D | max17055.h | 24 DESIGN_CAP = 0x18, enumerator
|
D | max17055.c | 315 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/ |
D | max17262.h | 27 DESIGN_CAP = 0x18, enumerator
|
D | max17262.c | 197 { DESIGN_CAP, &data->design_cap }, in max17262_sample_fetch() 295 rc = max17262_reg_write(dev, DESIGN_CAP, config->design_cap); in max17262_gauge_init()
|