Searched refs:sleep (Results 376 – 400 of 500) sorted by relevance
1...<<11121314151617181920
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 158 #define sleep(...) zap_sleep(__VA_ARGS__) macro
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_blockwise.py | 60 time.sleep(1)
|
/Zephyr-latest/tests/posix/common/src/ |
D | timer.c | 63 sleep(SECS_TO_SLEEP); in test_timer()
|
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 14 from time import sleep 355 sleep(0.1)
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/ |
D | mimxrt1064_evk.dts | 212 pinctrl-names = "default", "sleep"; 220 pinctrl-names = "default", "sleep";
|
/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztress.c | 245 static void sleep(k_timeout_t t) in sleep() function 270 sleep(backoff[priority]); in ztress_thread()
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_lpc55S6x_common.dtsi | 36 cpu-power-states = <&sleep>; 49 sleep: sleep { label
|
/Zephyr-latest/boards/espressif/esp32c6_devkitc/doc/ |
D | index.rst | 71 - Four power modes designed for typical scenarios: Active, Modem-sleep, Light-sleep, Deep-sleep
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | handlers.py | 67 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/ |
D | index.rst | 85 | ``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/ |
D | cavstool_client.py | 105 time.sleep(0.1)
|
/Zephyr-latest/boards/ti/cc1352r_sensortag/ |
D | cc1352r_sensortag.dts | 134 pinctrl-names = "default", "sleep";
|
/Zephyr-latest/boards/st/nucleo_wba55cg/ |
D | nucleo_wba55cg.dts | 121 pinctrl-names = "default", "sleep";
|
/Zephyr-latest/boards/phytec/reel_board/ |
D | reel_board_nrf52840_2.overlay | 124 pinctrl-names = "default", "sleep";
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpuapp.dts | 128 pinctrl-names = "default", "sleep";
|
/Zephyr-latest/boards/ |
D | Kconfig | 83 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/ |
D | index.rst | 19 - Low-power sleep and dormant modes
|
/Zephyr-latest/subsys/sensing/ |
D | Kconfig | 66 loading with no sleep, then dispatch thread has no change to fetch
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | jlink.py | 301 time.sleep(0.1) 303 time.sleep(0.1)
|
D | bossac.py | 180 time.sleep(self.boot_delay)
|
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/ |
D | index.rst | 209 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/ |
D | index.rst | 209 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/ |
D | index.rst | 215 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/ |
D | b_g474e_dpow1.dts | 125 pinctrl-names = "default", "sleep";
|
/Zephyr-latest/boards/st/nucleo_g474re/ |
D | nucleo_g474re.dts | 104 pinctrl-names = "default", "sleep";
|
1...<<11121314151617181920