Home
last modified time | relevance | path

Searched full:sbs_gauge (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/drivers/sensor/sbs_gauge/src/
Dtest_sbs_gauge.c38 ZTEST(sbs_gauge, test_get_gauge_voltage) in ZTEST() argument
43 ZTEST(sbs_gauge, test_get_gauge_avg_current) in ZTEST() argument
48 ZTEST(sbs_gauge, test_get_gauge_get_temperature) in ZTEST() argument
53 ZTEST(sbs_gauge, test_get_state_of_charge) in ZTEST() argument
58 ZTEST(sbs_gauge, test_get_full_charge_capacity) in ZTEST() argument
63 ZTEST(sbs_gauge, test_get_rem_charge_capacity) in ZTEST() argument
68 ZTEST(sbs_gauge, test_get_nom_avail_capacity) in ZTEST() argument
73 ZTEST(sbs_gauge, test_get_full_avail_capacity) in ZTEST() argument
78 ZTEST(sbs_gauge, test_get_average_time_to_empty) in ZTEST() argument
83 ZTEST(sbs_gauge, test_get_average_time_to_full) in ZTEST() argument
[all …]
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
DKconfig.emul_sbs_gauge4 # Keep this Kconfig separate from the fuel_gauge/sbs_gauge Kconfig so it may be shared with the
5 # sensor/sbs_gauge Kconfig.
11 depends on SBS_GAUGE_NEW_API || SBS_GAUGE
DCMakeLists.txt3 zephyr_library_sources(sbs_gauge.c)
Demul_sbs_gauge.c31 #include "sbs_gauge.h"
349 * Set up a new SBS_GAUGE emulator (I2C)
352 * @param parent Device to emulate (must use sbs_gauge driver)
Dsbs_gauge.c12 #include "sbs_gauge.h"
23 LOG_MODULE_REGISTER(sbs_gauge);
/Zephyr-latest/drivers/sensor/sbs_gauge/
DCMakeLists.txt3 zephyr_library_sources(sbs_gauge.c)
6 zephyr_library_sources_ifdef(CONFIG_EMUL_SBS_GAUGE ../../fuel_gauge/sbs_gauge/emul_sbs_gauge.c)
DKconfig4 config SBS_GAUGE config
13 source "drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge"
Dsbs_gauge.c13 #include "sbs_gauge.h"
16 LOG_MODULE_REGISTER(sbs_gauge, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/
Dtestcase.yaml3 drivers.sensor.sbs_gauge:
12 drivers.sensor.sbs_gauge.emulated:
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/boards/
Dnative_sim.overlay9 smartbattery: sbs_gauge@b {
/Zephyr-latest/drivers/fuel_gauge/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_SBS_GAUGE_NEW_API sbs_gauge)
DKconfig23 source "drivers/fuel_gauge/sbs_gauge/Kconfig"
/Zephyr-latest/drivers/sensor/
DCMakeLists.txt59 add_subdirectory_ifdef(CONFIG_SBS_GAUGE sbs_gauge)
DKconfig143 source "drivers/sensor/sbs_gauge/Kconfig"
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst122 APIs. The :zephyr_file:`fuel gauge tests <tests/drivers/fuel_gauge/sbs_gauge>`
123 use the :zephyr_file:`smart battery emulator <drivers/fuel_gauge/sbs_gauge/emul_sbs_gauge.c>`,
126 and the :zephyr_file:`smart battery driver <drivers/fuel_gauge/sbs_gauge/sbs_gauge.c>`.
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst591 * Constified device config access in sbs_gauge and LM75 drivers.