Home
last modified time | relevance | path

Searched refs:sleep (Results 376 – 400 of 500) sorted by relevance

1...<<11121314151617181920

/Zephyr-latest/arch/posix/include/
Dposix_cheats.h158 #define sleep(...) zap_sleep(__VA_ARGS__) macro
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_blockwise.py60 time.sleep(1)
/Zephyr-latest/tests/posix/common/src/
Dtimer.c63 sleep(SECS_TO_SLEEP); in test_timer()
/Zephyr-latest/scripts/build/
Duf2conv.py14 from time import sleep
355 sleep(0.1)
/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk.dts212 pinctrl-names = "default", "sleep";
220 pinctrl-names = "default", "sleep";
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c245 static void sleep(k_timeout_t t) in sleep() function
270 sleep(backoff[priority]); in ztress_thread()
/Zephyr-latest/dts/arm/nxp/
Dnxp_lpc55S6x_common.dtsi36 cpu-power-states = <&sleep>;
49 sleep: sleep { label
/Zephyr-latest/boards/espressif/esp32c6_devkitc/doc/
Dindex.rst71 - Four power modes designed for typical scenarios: Active, Modem-sleep, Light-sleep, Deep-sleep
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py67 time.sleep(0.5)
427 time.sleep(0.1)
443 time.sleep(0.001)
449 time.sleep(0.001)
675 time.sleep(1)
1266 time.sleep(1)
1415 time.sleep(0.5)
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst85 | ``default`` state | ``sleep`` state |
116 | ``sleep`` | :c:macro:`PINCTRL_STATE_SLEEP` | State of the pins when |
118 | | | power or sleep modes |
147 ``sleep`` state. This state is only used in practice if
150 one should in theory remove the ``sleep`` state from Devicetree to not waste ROM
155 configuration is defined. In case of the ``sleep`` state, the ``pinctrl`` API
162 /** Out of power management configurations, ignore "sleep" state. */
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py105 time.sleep(0.1)
/Zephyr-latest/boards/ti/cc1352r_sensortag/
Dcc1352r_sensortag.dts134 pinctrl-names = "default", "sleep";
/Zephyr-latest/boards/st/nucleo_wba55cg/
Dnucleo_wba55cg.dts121 pinctrl-names = "default", "sleep";
/Zephyr-latest/boards/phytec/reel_board/
Dreel_board_nrf52840_2.overlay124 pinctrl-names = "default", "sleep";
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf5340bsim_nrf5340_cpuapp.dts128 pinctrl-names = "default", "sleep";
/Zephyr-latest/boards/
DKconfig83 bool "QEMU icount sleep mode enable"
89 whenever the virtual CPU goes to sleep mode and will not advance
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/
Dindex.rst19 - Low-power sleep and dormant modes
/Zephyr-latest/subsys/sensing/
DKconfig66 loading with no sleep, then dispatch thread has no change to fetch
/Zephyr-latest/scripts/west_commands/runners/
Djlink.py301 time.sleep(0.1)
303 time.sleep(0.1)
Dbossac.py180 time.sleep(self.boot_delay)
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/
Dindex.rst209 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
213 disable sleep state 2 while polling:
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/
Dindex.rst209 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
213 disable sleep state 2 while polling:
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/
Dindex.rst215 sleep state 2 (standby mode) is allowed, and polling is used to retrieve input
219 disable sleep state 2 while polling:
/Zephyr-latest/boards/st/b_g474e_dpow1/
Db_g474e_dpow1.dts125 pinctrl-names = "default", "sleep";
/Zephyr-latest/boards/st/nucleo_g474re/
Dnucleo_g474re.dts104 pinctrl-names = "default", "sleep";

1...<<11121314151617181920