Home
last modified time | relevance | path

Searched full:until (Results 1 – 25 of 943) sorted by relevance

12345678910>>...38

/Zephyr-latest/samples/drivers/led/is31fl3216a/
DREADME.rst12 Each LED is gradually pulsed until it reach 100% of luminosity and gradually
23 - Increase the luminosity until 100% is reached
24 - Decrease the luminosity until completely turned off
26 - Increase the luminosity of LEDs 2 to 4 until 100% is reached
27 - Decrease the luminosity of LEDs 2 to 4 until completely turned off
/Zephyr-latest/tests/bsim/babblekit/include/babblekit/
Dflags.h6 * These flags are often used to wait until the test has gotten in a particular
33 /* Block until `flag` is equal to `val` */
39 /* Block until `flag` is true */
45 /* Block until `flag` is false */
51 /* Block until `flag` is true and set it to false */
Dsync.h16 * Calling `bk_sync_wait()` on device A will make it block until
38 * This blocks until the other device has called `bk_sync_send()`.
/Zephyr-latest/soc/native/inf_clock/
Dsoc.c11 * Therefore, the code will always run until completion after each interrupt,
45 * and waits until somebody else changes it to the opposite
50 * This is how the idle thread halts the CPU and gets halted until the HW models
70 * thread until the CPU is halted again in posix_interrupt_raised()
80 * until some interrupt awakes it.
87 * until the CPU is awoken again by the HW models) in posix_halt_cpu()
120 * anything it wants, and run until the CPU is set back to idle again
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c88 /* Sleep until next tick in thread_entry()
115 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
134 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
154 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
172 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
224 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until a tick boundary */ in ZTEST()
242 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
248 * continues until 15ms in ZTEST()
259 k_sleep(Z_TIMEOUT_TICKS(1)); /* Wait until tick boundary */ in ZTEST()
265 * until it spends 10.001 ms in this context. That is 11.001ms in total in ZTEST()
[all …]
/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c117 /* This SW thread will wait until being cancelled from in nce_terminate()
128 * and waits until somebody else changes it to the opposite
133 * This is how the idle thread halts the CPU and gets halted until the HW models
148 /* We wait until the CPU state has been changed. Either: in change_cpu_state_and_wait()
149 * we just awoke it, and therefore wait until the CPU has run until in change_cpu_state_and_wait()
153 * we are just hanging it, and therefore wait until the HW models awake in change_cpu_state_and_wait()
191 * * Hold the caller until that embedded SW thread (or a child it spawns)
211 /* And we wait until the embedded OS has send the CPU to sleep for the first time */ in nce_boot_cpu()
224 * * Hold this embedded SW thread until the CPU is awaken again,
244 * * Hold this HW thread until the CPU is set to idle again
/Zephyr-latest/tests/posix/common/src/
Dnanosleep.c232 /* until 1s + 1ns past the reference time */ in ZTEST()
236 /* until 1s + 1us past the reference time */ in ZTEST()
240 /* until 1s + 500000000ns past the reference time */ in ZTEST()
244 /* until 2s past the reference time */ in ZTEST()
248 /* until 2s + 1ns past the reference time */ in ZTEST()
252 /* until 2s + 1us + 1ns past reference time */ in ZTEST()
260 /* until 1s + 1ns past the reference time */ in ZTEST()
264 /* until 1s + 1us past the reference time */ in ZTEST()
268 /* until 1s + 500000000ns past the reference time */ in ZTEST()
272 /* until 2s past the reference time */ in ZTEST()
[all …]
/Zephyr-latest/include/zephyr/drivers/i3c/
Drtio.h85 * caller until the transfer completes.
95 * until the transfer completes.
106 * until the process completes.
116 * until the process completes.
/Zephyr-latest/drivers/timer/
DKconfig.nrf_xrtc22 System clock source initialization waits until clock is available. In some
33 System clock source initialization waits until clock is stable. When this
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/beacon/
Dbeacon_interval.sh17 # sending SNB # in 20ms until it adapts again and starts to send in 10s.
19 # SNB until 600s elapses.
/Zephyr-latest/samples/basic/fade_led/
DREADME.rst12 The LED starts off increases its brightness until it is fully or nearly fully
13 on. The brightness then decreases until the LED is off, completing on fade
/Zephyr-latest/subsys/rtio/
DKconfig15 thread for each completion queue event until the wait count is met. This
27 calling thread for each completion queue event until the wait count is met.
/Zephyr-latest/subsys/logging/backends/
DKconfig.rtt15 In panic mode backend always blocks and waits until there is space
32 bool "Block until message is transferred to host."
34 Waits until there is enough space in the up-buffer for a message.
/Zephyr-latest/samples/basic/blinky_pwm/
DREADME.rst14 seconds until it reaches 128 Hz. The frequency will then be halved every 4
15 seconds until it returns to 1 Hz, completing a single blinking cycle. This
20 at startup. The maximum PWM period is decreased appropriately until a value
/Zephyr-latest/include/zephyr/drivers/i2c/
Drtio.h85 * caller until the transfer completes.
95 * until the transfer completes.
105 * until the process completes.
/Zephyr-latest/subsys/bluetooth/controller/coex/
Dreadme.rst8 … interface, which allows the Bluetooth controller to suspend its activity until the other transcei…
22 …ents. This way all advertisements and other radioactivities are suspended until the grant pin tran…
/Zephyr-latest/samples/fuel_gauge/max17048/
DREADME.rst25 * Total time until battery is fully charged or discharged
33 if you plug/unplug a charger it will take some time until it is actually detected by the chip. Don'…
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi.h48 * request, the AP will clock in bytes until it sees the framing byte, then
80 * length. EC will ignore all data until chip select deasserts.
87 * EC will ignore all data until chip select deasserts.
/Zephyr-latest/boards/nordic/nrf9160dk/
Dnrf52840_reset.c38 /* Reset the nRF52840 and let it wait until the pin is inactive again in bt_hci_transport_setup()
39 * before running to main to ensure that it won't send any data until in bt_hci_transport_setup()
/Zephyr-latest/include/zephyr/net/
Dtftp.h153 * @note This function blocks until the transfer is completed or network error happens. The
154 * integrity of the `client` structure must be ensured until the function returns.
173 * @note This function blocks until the transfer is completed or network error happens. The
174 * integrity of the `client` structure must be ensured until the function returns.
/Zephyr-latest/subsys/bluetooth/audio/
Dccid.c63 /* Verify that the CCID is unused and increment until we reach an unused value or until we in bt_ccid_alloc_value()
/Zephyr-latest/include/zephyr/drivers/flash/
Dstm32_flash_api_extensions.h38 * This operation causes option register to be locked until next boot.
46 * This operation causes control register to be locked until next boot.
/Zephyr-latest/tests/kernel/tickless/tickless_concept/
Dtestcase.yaml5 # consistently when coverage is enabled. Disable until 14173 is fixed.
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst46 * The ability to wait until a work item has completed or a queue has been
55 :c:func:`k_work_is_pending()`, or measurements of remaining time until
94 wait until the work item completed);
104 its queue until the handler function finishes executing.
125 A pending work item *must not* be altered until the item has been processed
128 handler function needs to perform its work must not be altered until
149 queued until it is processed in the standard manner.
189 where it remains queued until it is processed in the standard manner.
255 * :c:func:`k_work_queue_drain()` can be used to block the caller until the
326 * :c:func:`k_work_flush()` may be invoked from threads to block until the work
[all …]
/Zephyr-latest/tests/net/socket/poll/
Dtestcase.yaml4 # timer stability issues, so keep it disabled until the root cause

12345678910>>...38