Searched refs:health (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/drivers/charger/ |
D | charger_bq24190.c | 105 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/ |
D | README.rst | 5 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/ |
D | CMakeLists.txt | 8 zephyr_library_sources_ifdef(CONFIG_BT_MESH_SHELL_HEALTH_CLI health.c)
|
D | health.c | 340 SHELL_SUBCMD_ADD((mesh, models), health, &health_cli_cmds, "Health Cli commands",
|
D | shell.c | 1732 SHELL_CMD(health-srv, &health_srv_cmds, "Health Server test", bt_mesh_shell_mdl_cmds_help),
|
/Zephyr-latest/samples/drivers/charger/src/ |
D | main.c | 105 printk("Device \"%s\" health is %d\n", chgdev->name, val.health); in main()
|
/Zephyr-latest/samples/sensor/bq274xx/ |
D | README.rst | 23 - State of health measurement in percentage
|
/Zephyr-latest/samples/drivers/charger/ |
D | README.rst | 23 health state and the implications the environment may have on the charge cycle execution. The
|
/Zephyr-latest/include/zephyr/drivers/ |
D | charger.h | 277 enum charger_health health; member
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7a3.dtsi | 98 health-test-magic = <0x17590abc>; 99 health-test-config = <0x72ac>;
|
D | stm32h723.dtsi | 68 health-test-magic = <0x17590abc>; 69 health-test-config = <0xaa74>;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 266 ``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/ |
D | README.rst | 83 health, and onoff. The secondary elements only
|
/Zephyr-latest/dts/arm/st/wl/ |
D | stm32wl.dtsi | 466 health-test-magic = <0x17590abc>; 467 health-test-config = <0xaa74>;
|
/Zephyr-latest/dts/arm/st/l5/ |
D | stm32l5.dtsi | 453 health-test-magic = <0x17590abc>; 454 health-test-config = <0xa2b3>;
|
/Zephyr-latest/dts/arm/st/wba/ |
D | stm32wba.dtsi | 461 health-test-config = <0xaac7>;
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 209 should be treated as a very serious condition impacting the health of the
|
/Zephyr-latest/dts/arm/st/h5/ |
D | stm32h5.dtsi | 537 health-test-config = <0xaac7>;
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u5.dtsi | 740 health-test-config = <0x9aae>;
|
/Zephyr-latest/doc/kernel/usermode/ |
D | memory_domain.rst | 57 health of the system after a supervisor mode stack overflow, and any instances
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 896 Enable support for the health client model. 904 This timeout controls how long health client waits for a response
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 907 * :github:`42385` - STM32: Entropy : health test config & magic never used
|