Home
last modified time | relevance | path

Searched +full:onoff +full:- +full:power +full:- +full:states (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/power-domain/
Dpower-domain-soc-state-change.yaml1 # Copyright 2024-25 NXP
2 # SPDX-License-Identifier: Apache-2.0
5 This power domain will Turn On and Off devices when transitioning
6 in and out a specified Power State. Power States that trigger this
7 action is specified via the onoff-power-states property.
9 compatible: "power-domain-soc-state-change"
11 include: power-domain.yaml
14 onoff-power-states:
17 List of power management states.
19 enters these PM states. The devices will be turned on after the
[all …]
/Zephyr-latest/tests/subsys/pm/power_domain_soc_state_change/
Dapp.overlay3 * SPDX-License-Identifier: Apache-2.0
7 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 …]
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/
DREADME.rst1 .. zephyr:code-sample:: nrf_bluetooth_mesh_onoff_level_lighting_vnd_app
3 :relevant-api: bt_mesh
5 Setup a Bluetooth Mesh node with various models (generic OnOff, generic Level, ...).
12 - Generic OnOff Server
13 - Generic OnOff Client
14 - Generic Level Server
15 - Generic Level Client
16 - Generic Default Transition Time Server
17 - Generic Default Transition Time Client
18 - Generic Power OnOff Server
[all …]
/Zephyr-latest/drivers/usb/device/
Dusb_dc_nrfx.c5 * SPDX-License-Identifier: Apache-2.0
25 #include <zephyr/dt-bindings/regulator/nrf5x.h>
40 * @brief nRF USBD peripheral states
147 * @brief Power event structure
228 * @param hfxo_cli Onoff client used to control HFXO
229 * @param hfxo_mgr Pointer to onoff manager associated with HFXO.
234 * @param drv_lock Mutex for thread-safe nrfx driver use
285 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 …]
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst33 * CVE-2020-10060: UpdateHub Might Dereference An Uninitialized Pointer
34 * CVE-2020-10064: Improper Input Frame Validation in ieee802154 Processing
35 * CVE-2020-10066: Incorrect Error Handling in Bluetooth HCI core
36 * CVE-2020-10072: all threads can access all socket file descriptors
37 * CVE-2020-13598: FS: Buffer Overflow when enabling Long File Names in FAT_FS and calling fs_stat
38 * CVE-2020-13599: Security problem with settings and littlefs
39 * CVE-2020-13601: Under embargo until 2020/11/18
40 * CVE-2020-13602: Remote Denial of Service in LwM2M do_write_op_tlv
50 <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 …]