Searched +full:onoff +full:- +full:power +full:- +full:states (Results 1 – 5 of 5) sorted by relevance
1 # Copyright 2024-25 NXP2 # SPDX-License-Identifier: Apache-2.05 This power domain will Turn On and Off devices when transitioning6 in and out a specified Power State. Power States that trigger this7 action is specified via the onoff-power-states property.9 compatible: "power-domain-soc-state-change"11 include: power-domain.yaml14 onoff-power-states:17 List of power management states.19 enters these PM states. The devices will be turned on after the[all …]
3 * SPDX-License-Identifier: Apache-2.07 power-states {9 compatible = "zephyr,power-state";10 power-state-name = "runtime-idle";11 min-residency-us = <10000>;12 exit-latency-us = <100>;16 compatible = "zephyr,power-state";17 power-state-name = "suspend-to-idle";18 min-residency-us = <50000>;19 exit-latency-us = <500>;[all …]
1 .. zephyr:code-sample:: nrf_bluetooth_mesh_onoff_level_lighting_vnd_app3 :relevant-api: bt_mesh5 Setup a Bluetooth Mesh node with various models (generic OnOff, generic Level, ...).12 - Generic OnOff Server13 - Generic OnOff Client14 - Generic Level Server15 - Generic Level Client16 - Generic Default Transition Time Server17 - Generic Default Transition Time Client18 - Generic Power OnOff Server[all …]
5 * SPDX-License-Identifier: Apache-2.025 #include <zephyr/dt-bindings/regulator/nrf5x.h>40 * @brief nRF USBD peripheral states147 * @brief Power event structure228 * @param hfxo_cli Onoff client used to control HFXO229 * @param hfxo_mgr Pointer to onoff manager associated with HFXO.234 * @param drv_lock Mutex for thread-safe nrfx driver use285 return get_usbd_ctx()->attached; in dev_attached()290 return get_usbd_ctx()->ready; in dev_ready()346 return &ctx->ep_ctx[EP_ISOIN_INDEX]; in endpoint_ctx()[all …]
33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core36 * CVE-2020-10072: all threads can access all socket file descriptors37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat38 * CVE-2020-13599: Security problem with settings and littlefs39 * CVE-2020-13601: Under embargo until 2020/11/1840 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv50 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.62 * The :c:func:`wdt_feed` function will now return ``-EAGAIN`` if[all …]