Home
last modified time | relevance | path

Searched refs:charge (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/tests/drivers/build_all/charger/
Di2c.dtsi15 constant-charge-current-max-microamp = <1000000>;
16 constant-charge-voltage-max-microvolt = <4208000>;
30 constant-charge-voltage-max-microvolt = <4050000>;
32 re-charge-threshold-microvolt = <170000>;
41 constant-charge-current-max-microamp = <500000>;
42 constant-charge-voltage-max-microvolt = <4200000>;
/Zephyr-latest/samples/drivers/charger/
DREADME.rst15 - If power is provided to the charger, then the sample application will attempt to enable the charge
17 - After the charge cycle is initiated, the sample application will check the status property of the
19 - Once the charger device reports that the charge cycle has completed, the application returns.
21 Note that this sample terminates once the charge cycle completes and does not attempt to "top-off"
23 health state and the implications the environment may have on the charge cycle execution. The
/Zephyr-latest/doc/hardware/peripherals/
Dcharger.rst13 The action of charging a battery pack is referred to as a charge cycle. When the charge cycle is
14 executed the battery pack is charged according to the charge profile configured on the charger
15 device. The charge profile is defined in the battery pack's specification that is provided by the
16 manufacturer. On charger devices with a control port, the charge profile can be configured by the
26 A charge cycle is initiated or terminated using :c:func:`charger_charge_enable`.
/Zephyr-latest/drivers/fuel_gauge/max17048/
Dmax17048.c33 uint8_t charge; member
191 val->relative_state_of_charge = data->charge; in max17048_get_single_prop_impl()
210 int rc = max17048_percent(dev, &data->charge); in max17048_get_prop()
254 uint8_t percentage_pending = 100 - data->charge; in max17048_get_prop()
261 uint32_t hours_pending = data->charge * 1000000 / -crate; in max17048_get_prop()
/Zephyr-latest/drivers/sensor/
Dshell_battery.c55 struct sensor_value charge, v_desired, v_design, cap, nom_cap; in cmd_battery() local
78 SENSOR_CHAN_GAUGE_STATE_OF_CHARGE, &charge, in cmd_battery()
106 allowed = i_desired.val1 && v_desired.val2 && charge.val1 < 100; in cmd_battery()
109 shell_fprintf(sh, SHELL_NORMAL, "Charge: %d %%\n", charge.val1); in cmd_battery()
/Zephyr-latest/samples/sensor/max17262/
Dapp.overlay19 charge-voltage = <3600>;
/Zephyr-latest/drivers/sensor/maxim/max17055/
DKconfig12 reading various sensor settings including charge level percentage,
/Zephyr-latest/drivers/pinctrl/
DKconfig.stm3216 Initialization priority for the routine in charge of configuring the
/Zephyr-latest/boards/norik/octopus_io_board/
Doctopus_io_board_common.dtsi35 constant-charge-current-max-microamp = <10000>;
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/
Dapp.overlay62 charge-full-design-microamp-hours = <1350000>;
/Zephyr-latest/boards/shields/seeed_xiao_round_display/doc/
Dindex.rst11 designed as a 39mm disc. It contains onboard RTC, charge chip, TF card slot
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
DREADME8 a supported device. The Lite version of Quartus may be obtained without charge
/Zephyr-latest/samples/sensor/bq274xx/
DREADME.rst17 - State of charge measurement in percentage
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css11 Permission is hereby granted, free of charge, to any person obtaining a copy
Ddoxygen-awesome-sidebar-only.css10 Permission is hereby granted, free of charge, to any person obtaining a copy
/Zephyr-latest/samples/fuel_gauge/max17048/
DREADME.rst24 * Battery charge status as percentage
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi46 charge-full-design-microamp-hours = <1000000>;
/Zephyr-latest/boards/norik/octopus_io_board/doc/
Dindex.rst76 When powered from USB-C or solar cell, the board can charge the Li-Po battery. The battery voltage …
77 provide information about the battery State of charge (SOC).
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Daarch32.rst17 The Armv8-R AEM FVP is a free of charge Armv8-R Fixed Virtual Platform. It
Daarch64.rst22 The Armv8-R AEM FVP is a free of charge Armv8-R Fixed Virtual Platform. It
/Zephyr-latest/
DLICENSE68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
167 and charge a fee for, acceptance of support, warranty, indemnity,
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_common.dtsi101 charge-full-design-microamp-hours = <1350000>;
/Zephyr-latest/boards/adi/max32655fthr/doc/
Dindex.rst175 They also can be configured as charge
/Zephyr-latest/boards/96boards/nitrogen/doc/
Dindex.rst39 - USR1, BT, PWR, CDC, DAP, MSD, Battery charge
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/
Dindex.rst16 - Onboard SH1.25-2 battery interface, integrated lithium battery management system (charge and disc…

12