Home
last modified time | relevance | path

Searched refs:health (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/drivers/charger/
Dcharger_bq24190.c105 static int bq24190_charger_get_health(const struct device *dev, enum charger_health *health) in bq24190_charger_get_health() argument
121 *health = CHARGER_HEALTH_COLD; in bq24190_charger_get_health()
126 *health = CHARGER_HEALTH_HOT; in bq24190_charger_get_health()
129 *health = CHARGER_HEALTH_UNKNOWN; in bq24190_charger_get_health()
132 *health = CHARGER_HEALTH_OVERVOLTAGE; in bq24190_charger_get_health()
143 *health = CHARGER_HEALTH_UNSPEC_FAILURE; in bq24190_charger_get_health()
146 *health = CHARGER_HEALTH_OVERHEAT; in bq24190_charger_get_health()
149 *health = CHARGER_HEALTH_SAFETY_TIMER_EXPIRE; in bq24190_charger_get_health()
152 *health = CHARGER_HEALTH_UNKNOWN; in bq24190_charger_get_health()
161 *health = CHARGER_HEALTH_OVERVOLTAGE; in bq24190_charger_get_health()
[all …]
/Zephyr-latest/samples/bluetooth/central_ht/
DREADME.rst5 Connect to a Bluetooth LE health thermometer sensor and read temperature measurements.
11 application specifically looks for health thermometer sensor and reports the
/Zephyr-latest/subsys/bluetooth/mesh/shell/
DCMakeLists.txt8 zephyr_library_sources_ifdef(CONFIG_BT_MESH_SHELL_HEALTH_CLI health.c)
Dhealth.c340 SHELL_SUBCMD_ADD((mesh, models), health, &health_cli_cmds, "Health Cli commands",
Dshell.c1732 SHELL_CMD(health-srv, &health_srv_cmds, "Health Server test", bt_mesh_shell_mdl_cmds_help),
/Zephyr-latest/samples/drivers/charger/src/
Dmain.c105 printk("Device \"%s\" health is %d\n", chgdev->name, val.health); in main()
/Zephyr-latest/samples/sensor/bq274xx/
DREADME.rst23 - State of health measurement in percentage
/Zephyr-latest/samples/drivers/charger/
DREADME.rst23 health state and the implications the environment may have on the charge cycle execution. The
/Zephyr-latest/include/zephyr/drivers/
Dcharger.h277 enum charger_health health; member
/Zephyr-latest/dts/arm/st/h7/
Dstm32h7a3.dtsi98 health-test-magic = <0x17590abc>;
99 health-test-config = <0x72ac>;
Dstm32h723.dtsi68 health-test-magic = <0x17590abc>;
69 health-test-config = <0xaa74>;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dshell.rst266 ``mesh test health-srv add-fault <FaultID>``
274 ``mesh test health-srv del-fault [FaultID]``
940 module (``mesh models health``) inside the ``mesh models`` subcommand list. This module will work on
948 the commands ``mesh models health instance set`` and ``mesh models health instance get-all``.
955 ``mesh models health instance set <ElemIdx>``
962 ``mesh models health instance get-all``
967 ``mesh models health fault-get <CID>``
975 ``mesh models health fault-clear <CID>``
983 ``mesh models health fault-clear-unack <CID>``
991 ``mesh models health fault-test <CID> <TestID>``
[all …]
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/
DREADME.rst83 health, and onoff. The secondary elements only
/Zephyr-latest/dts/arm/st/wl/
Dstm32wl.dtsi466 health-test-magic = <0x17590abc>;
467 health-test-config = <0xaa74>;
/Zephyr-latest/dts/arm/st/l5/
Dstm32l5.dtsi453 health-test-magic = <0x17590abc>;
454 health-test-config = <0xa2b3>;
/Zephyr-latest/dts/arm/st/wba/
Dstm32wba.dtsi461 health-test-config = <0xaac7>;
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst209 should be treated as a very serious condition impacting the health of the
/Zephyr-latest/dts/arm/st/h5/
Dstm32h5.dtsi537 health-test-config = <0xaac7>;
/Zephyr-latest/dts/arm/st/u5/
Dstm32u5.dtsi740 health-test-config = <0x9aae>;
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst57 health of the system after a supervisor mode stack overflow, and any instances
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig896 Enable support for the health client model.
904 This timeout controls how long health client waits for a response
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst907 * :github:`42385` - STM32: Entropy : health test config & magic never used