Home
last modified time | relevance | path

Searched refs:battery (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-Core-3.4.0/subsys/net/lib/lwm2m/
Ducifi_battery.c40 static struct lwm2m_engine_obj battery; variable
140 battery.obj_id = UCIFI_OBJECT_BATTERY_ID; in ucifi_battery_init()
141 battery.version_major = BATTERY_VERSION_MAJOR; in ucifi_battery_init()
142 battery.version_minor = BATTERY_VERSION_MINOR; in ucifi_battery_init()
143 battery.is_core = false; in ucifi_battery_init()
144 battery.fields = fields; in ucifi_battery_init()
145 battery.field_count = ARRAY_SIZE(fields); in ucifi_battery_init()
146 battery.max_instance_count = MAX_INSTANCE_COUNT; in ucifi_battery_init()
147 battery.create_cb = battery_create; in ucifi_battery_init()
148 lwm2m_register_obj(&battery); in ucifi_battery_init()
DKconfig.ucifi14 The uCIFI battery object provides attributes to monitor battery
/Zephyr-Core-3.4.0/samples/boards/nrf/battery/
DREADME.rst15 example of a devicetree node describing a voltage divider for battery
53 battery source: a standard LiPo cell requires a curve that is different
54 from a standard alkaline battery. Curves can be measured, or estimated
55 using the data sheet for the battery.
60 The application initializes battery measurement on startup, then loops
61 displaying the battery status every five seconds.
72 The code can be found in :zephyr_file:`samples/boards/nrf/battery`.
75 :zephyr-app: samples/boards/nrf/battery
DCMakeLists.txt6 project(battery) project
/Zephyr-Core-3.4.0/samples/fuel_gauge/max17048/
DREADME.rst3 MAX17048 Li-Ion battery fuel gauge
11 .. _MAX17048: https://www.maximintegrated.com/en/products/power/battery-management/MAX17048.html
13 The sample periodically reads battery percentage and power status
25 * Total time until battery is fully charged or discharged
35 when the battery is being charged you will need other method.
/Zephyr-Core-3.4.0/samples/bluetooth/handsfree/src/
Dmain.c61 static void battery(struct bt_conn *conn, uint32_t value) in battery() function
80 .battery = battery,
/Zephyr-Core-3.4.0/doc/hardware/peripherals/
Dfuel_gauge.rst6 The fuel gauge subsystem exposes an API to uniformly access battery fuel gauge devices. Currently,
20 Fuel gauges typically support multiple properties, such as temperature readings of the battery-pack
/Zephyr-Core-3.4.0/drivers/bbram/
DKconfig.microchip10 Enable driver for Microchip MCP7940N SRAM based battery-backed RAM.
DKconfig7 Enable BBRAM (battery-backed RAM) driver configuration.
/Zephyr-Core-3.4.0/drivers/sensor/stm32_vbat/
DKconfig1 # STM32 battery sensor configuration options
/Zephyr-Core-3.4.0/drivers/usb/bc12/
DKconfig7 Enable USB BC1.2 (battery charging detection) drivers.
/Zephyr-Core-3.4.0/drivers/sensor/
Dshell_battery.c57 const struct device *const dev = DEVICE_DT_GET(DT_ALIAS(battery)); in cmd_battery()
124 SHELL_CMD_REGISTER(battery, NULL, "Battery status", cmd_battery);
/Zephyr-Core-3.4.0/drivers/fuel_gauge/
DKconfig8 Enable battery fuel gauge driver configuration.
/Zephyr-Core-3.4.0/boards/arm/google_kukui/
DKconfig.board11 Duet and 10e Chromebook Tablet. The EC handles battery charging,
/Zephyr-Core-3.4.0/drivers/fuel_gauge/sbs_gauge/
DKconfig.emul_sbs_gauge8 bool "Emulate an SBS 1.1 compliant smart battery fuel gauge"
/Zephyr-Core-3.4.0/samples/subsys/usb_c/sink/boards/
Dstm32g081b_eval.overlay37 dead-battery;
Db_g474e_dpow1.overlay37 dead-battery;
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhfp_hf.h122 void (*battery)(struct bt_conn *conn, uint32_t value); member
/Zephyr-Core-3.4.0/drivers/fuel_gauge/max17048/
DKconfig1 # MAX17048 Li-Ion battery fuel gauge
/Zephyr-Core-3.4.0/boards/arm/mikroe_clicker_2/doc/
Dmikroe_clicker_2.rst11 The board also has battery connection and a battery management unit on board.
12 It can be powered either from a battery pack, such as a LiPo or from USB.
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/mesh/
Dcfg.rst14 local constraints, such as low battery power or changes in topology. For these
/Zephyr-Core-3.4.0/samples/boards/bbc_microbit/sound/
DREADME.rst16 board that has a piezo buzzer in addition to a coin-cell battery. Resellers of
/Zephyr-Core-3.4.0/boards/shields/adafruit_data_logger/
Dadafruit_data_logger.overlay58 battery-switch-over = "standard";
/Zephyr-Core-3.4.0/boards/arm/beagle_bcf/
Dbeagleconnect_freedom.dts128 /* Side away from battery connector (with MSP430) */
136 /* Side with battery connector (with CC1352 and not MSP430) */
/Zephyr-Core-3.4.0/boards/xtensa/olimex_esp32_evb/doc/
Dindex.rst14 The board can operate from a single LiPo backup battery as it has an internal
15 LiPo battery charger. There is no step-up converter, so relays, CAN, and USB
16 power does not work when running off battery.
35 - BL4054B LiPo battery charger with status LEDs for stand-alone operation during

1234