Searched full:chemistry (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/include/zephyr/dt-bindings/sensor/ |
D | bq274xx.h | 17 /* Chemistry IDs for BQ27427 */ 22 /* Chemistry IDs for BQ27421 variants */
|
/Zephyr-latest/dts/bindings/battery/ |
D | battery.yaml | 11 device-chemistry: 15 If the specific chemistry is unknown, this value can be used instead of
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | battery.h | 27 /* Battery chemistry enumeration. 44 * @brief Get the battery chemistry enum value
|
/Zephyr-latest/dts/bindings/fuel-gauge/ |
D | zephyr,fuel-gauge-composite.yaml | 29 device-chemistry:
|
/Zephyr-latest/drivers/fuel_gauge/composite/ |
D | fuel_gauge_composite.c | 21 enum battery_chemistry chemistry; member 107 .chemistry = BATTERY_CHEMISTRY_DT_GET(inst), \
|
/Zephyr-latest/include/zephyr/dt-bindings/battery/ |
D | battery.h | 7 * listed battery parts. They will not be 100% correct for all batteries of the chemistry,
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ti,bq274xx.yaml | 38 chemistry-id:
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | app.overlay | 60 device-chemistry = "lithium-ion-polymer";
|
/Zephyr-latest/drivers/sensor/ti/bq274xx/ |
D | bq274xx.c | 334 /* 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/ |
D | adc.dtsi | 44 device-chemistry = "lithium-ion-polymer";
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_common.dtsi | 99 device-chemistry = "lithium-ion-polymer";
|
/Zephyr-latest/include/zephyr/drivers/ |
D | fuel_gauge.h | 101 /** Chemistry (1 byte length + 4 bytes data) */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 633 * Extended BQ274xx driver to support configuring and confirming the chemistry
|