Home
last modified time | relevance | path

Searched full:ocv (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/dts/bindings/battery/
Dbattery.yaml25 ocv-capacity-table-0:
28 An array providing the open circuit voltage (OCV) , which is used to look
29 up battery capacity according to current OCV value. The OCV unit is
/Zephyr-latest/include/zephyr/drivers/sensor/
Dbattery.h52 * @brief Get the OCV curve for a given table
62 * @brief Convert an OCV table and battery voltage to a charge percentage
/Zephyr-latest/dts/bindings/fuel-gauge/
Dzephyr,fuel-gauge-composite.yaml32 ocv-capacity-table-0:
/Zephyr-latest/include/zephyr/dt-bindings/battery/
Dbattery.h11 * Each curve is 11 elements representing the OCV voltage in microvolts for each charge percentage
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/
Dapp.overlay61 ocv-capacity-table-0 = <0>;
/Zephyr-latest/drivers/sensor/maxim/max17055/
Dmax17055.h51 uint16_t ocv; member
Dmax17055.c165 tmp = priv->ocv * 1250 / 16; in max17055_channel_get()
252 ret = max17055_reg_read(dev, VFOCV, &priv->ocv); in max17055_sample_fetch()
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi45 ocv-capacity-table-0 = <BATTERY_OCV_CURVE_LITHIUM_ION_POLYMER_DEFAULT>;
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi100 ocv-capacity-table-0 = <BATTERY_OCV_CURVE_LITHIUM_ION_POLYMER_DEFAULT>;