Searched refs:max17048 (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/drivers/fuel_gauge/max17048/boards/ |
D | native_sim.overlay | 6 max17048: max17048@36 { 7 compatible = "maxim,max17048";
|
/Zephyr-latest/samples/fuel_gauge/max17048/boards/ |
D | nrf52840dk_nrf52840.overlay | 13 max17048:max17048@36 { 14 compatible = "maxim,max17048";
|
/Zephyr-latest/tests/drivers/fuel_gauge/max17048/src/ |
D | test_max17048.c | 35 ZTEST_USER_F(max17048, test_get_some_props_failed_returns_bad_status) in ZTEST_USER_F() argument 52 ZTEST_USER_F(max17048, test_get_props__returns_ok) in ZTEST_USER_F() argument 68 ZTEST_USER_F(max17048, test_current_rate_zero) in ZTEST_USER_F() argument 94 ZTEST_SUITE(max17048, NULL, max17048_setup, NULL, NULL, NULL);
|
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/ |
D | sparkfun_carrier_asset_tracker.overlay | 46 max17048: max17048@36 { 47 compatible = "maxim,max17048";
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | i2c.dtsi | 10 max17048@0 { 11 compatible = "maxim,max17048";
|
/Zephyr-latest/drivers/fuel_gauge/max17048/ |
D | CMakeLists.txt | 5 zephyr_library_sources(max17048.c)
|
/Zephyr-latest/samples/fuel_gauge/max17048/ |
D | CMakeLists.txt | 5 project(max17048) project
|
D | README.rst | 1 .. zephyr:code-sample:: max17048 42 Found device "max17048@36", getting fuel gauge data
|
/Zephyr-latest/drivers/fuel_gauge/ |
D | CMakeLists.txt | 7 add_subdirectory_ifdef(CONFIG_MAX17048 max17048)
|
D | Kconfig | 22 source "drivers/fuel_gauge/max17048/Kconfig"
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 858 * max17048: Corrected voltage units from mV to uV.
|