Home
last modified time | relevance | path

Searched full:chemistry (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/sensor/
Dbq274xx.h17 /* Chemistry IDs for BQ27427 */
22 /* Chemistry IDs for BQ27421 variants */
/Zephyr-latest/dts/bindings/battery/
Dbattery.yaml11 device-chemistry:
15 If the specific chemistry is unknown, this value can be used instead of
/Zephyr-latest/include/zephyr/drivers/sensor/
Dbattery.h27 /* Battery chemistry enumeration.
44 * @brief Get the battery chemistry enum value
/Zephyr-latest/dts/bindings/fuel-gauge/
Dzephyr,fuel-gauge-composite.yaml29 device-chemistry:
/Zephyr-latest/drivers/fuel_gauge/composite/
Dfuel_gauge_composite.c21 enum battery_chemistry chemistry; member
107 .chemistry = BATTERY_CHEMISTRY_DT_GET(inst), \
/Zephyr-latest/include/zephyr/dt-bindings/battery/
Dbattery.h7 * listed battery parts. They will not be 100% correct for all batteries of the chemistry,
/Zephyr-latest/dts/bindings/sensor/
Dti,bq274xx.yaml38 chemistry-id:
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/
Dapp.overlay60 device-chemistry = "lithium-ion-polymer";
/Zephyr-latest/drivers/sensor/ti/bq274xx/
Dbq274xx.c334 /* No chemistry ID set, rely on the default of the device.*/ in bq274xx_ensure_chemistry()
355 /* Only the bq27427 has a configurable Chemistry ID. On bq27421, it depends on the in bq274xx_ensure_chemistry()
356 * variant of the chip, so just error out if the chemistry ID is wrong. in bq274xx_ensure_chemistry()
359 LOG_ERR("Unable to confirm chemistry ID 0x%04x. Device reported 0x%04x", in bq274xx_ensure_chemistry()
377 LOG_ERR("Unsupported chemistry ID 0x%04x", val); in bq274xx_ensure_chemistry()
383 LOG_ERR("Unable to configure chemistry"); in bq274xx_ensure_chemistry()
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi44 device-chemistry = "lithium-ion-polymer";
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi99 device-chemistry = "lithium-ion-polymer";
/Zephyr-latest/include/zephyr/drivers/
Dfuel_gauge.h101 /** Chemistry (1 byte length + 4 bytes data) */
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst633 * Extended BQ274xx driver to support configuring and confirming the chemistry