Searched full:sbs_gauge (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/src/ |
D | test_sbs_gauge.c | 38 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/ |
D | Kconfig.emul_sbs_gauge | 4 # 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
|
D | CMakeLists.txt | 3 zephyr_library_sources(sbs_gauge.c)
|
D | emul_sbs_gauge.c | 31 #include "sbs_gauge.h" 349 * Set up a new SBS_GAUGE emulator (I2C) 352 * @param parent Device to emulate (must use sbs_gauge driver)
|
D | sbs_gauge.c | 12 #include "sbs_gauge.h" 23 LOG_MODULE_REGISTER(sbs_gauge);
|
/Zephyr-latest/drivers/sensor/sbs_gauge/ |
D | CMakeLists.txt | 3 zephyr_library_sources(sbs_gauge.c) 6 zephyr_library_sources_ifdef(CONFIG_EMUL_SBS_GAUGE ../../fuel_gauge/sbs_gauge/emul_sbs_gauge.c)
|
D | Kconfig | 4 config SBS_GAUGE config 13 source "drivers/fuel_gauge/sbs_gauge/Kconfig.emul_sbs_gauge"
|
D | sbs_gauge.c | 13 #include "sbs_gauge.h" 16 LOG_MODULE_REGISTER(sbs_gauge, CONFIG_SENSOR_LOG_LEVEL);
|
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/ |
D | testcase.yaml | 3 drivers.sensor.sbs_gauge: 12 drivers.sensor.sbs_gauge.emulated:
|
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/boards/ |
D | native_sim.overlay | 9 smartbattery: sbs_gauge@b {
|
/Zephyr-latest/drivers/fuel_gauge/ |
D | CMakeLists.txt | 5 add_subdirectory_ifdef(CONFIG_SBS_GAUGE_NEW_API sbs_gauge)
|
D | Kconfig | 23 source "drivers/fuel_gauge/sbs_gauge/Kconfig"
|
/Zephyr-latest/drivers/sensor/ |
D | CMakeLists.txt | 59 add_subdirectory_ifdef(CONFIG_SBS_GAUGE sbs_gauge)
|
D | Kconfig | 143 source "drivers/sensor/sbs_gauge/Kconfig"
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 122 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/ |
D | release-notes-3.0.rst | 591 * Constified device config access in sbs_gauge and LM75 drivers.
|