Home
last modified time | relevance | path

Searched +full:fuel +full:- +full:gauges (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/fuel-gauge/
Dbattery-cutoff.yaml4 # SPDX-License-Identifier: Apache-2.0
9 Properties for fuel-gauges that may control battery cutoff, this is common in SBS-compliant or
10 similarly smart battery fuel gauges.
12 Note: These properties are to be used with meaningful defaults in fuel gauge ICs that can cut off
13 their associated battery from the system. See the default fuel gauge SBS Gauge compatible as an
17 battery-cutoff-support:
22 battery-cutoff-reg-addr:
26 battery-cutoff-payload:
Dsbs,default-sbs-gauge.yaml4 # SPDX-License-Identifier: Apache-2.0
7 compatible: "sbs,default-sbs-gauge"
9 include: ["sbs,sbs-gauge-new-api.yaml", "battery-cutoff.yaml"]
12 Default generic smart battery fuel gauge driver. Includes support for battery cutoff if enabled.
15 actuated by the SBS driver for SBS compliant fuel gauge ICs.
18 battery-cutoff-reg-addr:
19 # For SBS compliant fuel gauges this is usually "ManufactuerAccess"
21 battery-cutoff-payload:
/Zephyr-latest/doc/hardware/peripherals/
Dfuel_gauge.rst3 Fuel Gauge
6 The fuel gauge subsystem exposes an API to uniformly access battery fuel gauge devices. Currently,
18 Fundamentally, a property is a quantity that a fuel gauge device can measure.
20 Fuel gauges typically support multiple properties, such as temperature readings of the battery-pack
21 or present-time current/voltage.
32 Many fuel gauges embedded within battery packs expose a register address that when written to with a
36 The fuel gauge API exposes battery cutoff with the :c:func:`fuel_gauge_battery_cutoff` function.
41 The Fuel Gauge API explicitly provides no caching for its clients.