Home
last modified time | relevance | path

Searched full:waits (Results 1 – 25 of 132) sorted by relevance

123456

/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst40 Support 1-1-2: instr 3Bh, 0 mode clocks, 8 waits
41 Support 1-1-4: instr 6Bh, 0 mode clocks, 8 waits
42 Support 1-2-2: instr BBh, 0 mode clocks, 4 waits
43 Support 1-4-4: instr EBh, 2 mode clocks, 4 waits
/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/priv_beacon/
Dpriv_proxy_node_id.sh11 # Identity state for the network. Then it waits for the
15 # the random field of that message. Then it waits for the
Dpriv_proxy_net_id.sh14 # 3. RX device waits for 10 minutes.
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/
Dmodel_coex.sh17 # 3. The DUT device waits, and verifies that the sequence is correctly received.
22 # 5. Finally, the DUT device waits and confirms that it received all status messages
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dmain.c28 * - 0.5 sec: thread_09 wakes and waits on mutex_1
30 * - 1.5 sec: thread_08 wakes and waits on mutex_2
32 * - 2.5 sec: thread_07 wakes and waits on mutex_3
34 * - 3.5 sec: thread_05 wakes and waits on mutex_4
35 * - 3.5 sec: thread_11 wakes and waits on mutex_3
36 * - 3.75 sec: thread_06 wakes and waits on mutex_4
352 * 1st iteration: Take mutex_1; thread_09 waits on mutex_1 in ZTEST_USER_OR_NOT()
353 * 2nd iteration: Take mutex_2: thread_08 waits on mutex_2 in ZTEST_USER_OR_NOT()
354 * 3rd iteration: Take mutex_3; thread_07 waits on mutex_3 in ZTEST_USER_OR_NOT()
355 * 4th iteration: Take mutex_4; thread_05 waits on mutex_4 in ZTEST_USER_OR_NOT()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/
DREADME.rst18 key, then waits to receive an Unprovisioned Beacon from a device. If the
20 ``sw0`` :ref:`devicetree <dt-guide>` alias, the application then waits
/Zephyr-latest/boards/native/nrf_bsim/soc/
Dnrfx_coredep.c12 * which busy waits for the given number of microseconds.
/Zephyr-latest/subsys/logging/backends/
DKconfig.rtt15 In panic mode backend always blocks and waits until there is space
34 Waits until there is enough space in the up-buffer for a message.
/Zephyr-latest/soc/native/inf_clock/
DKconfig.soc12 sleep. Therefore do not use busy waits while waiting for something to happen
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/beacon/
Dbeacon_interval.sh14 # 1- rx node waits for the tx node to send the first SNB,
/Zephyr-latest/subsys/modem/backends/
DKconfig31 This defines the delay, in milliseconds, that the backend waits
/Zephyr-latest/samples/net/sockets/sntp_client/
DREADME.rst20 When the application runs, it issues an SNTP request to the host and waits
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst79 lock. Each time a higher priority thread waits on a mutex, the kernel adjusts
122 The following code builds on the example above, and waits indefinitely
129 The following code waits up to 100 milliseconds for the mutex to become
/Zephyr-latest/samples/userspace/prod_consumer/
DREADME.rst40 - App A monitor thread in user mode waits for data in the message queue.
44 - Application B processing thread waits on new items in the queue. It
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_cli.rst27 Configuration Client waits for a response message to arrive in milliseconds. This value can be
Dod_cli.rst27 :kconfig:option:`CONFIG_BT_MESH_OD_PRIV_PROXY_CLI_TIMEOUT` controls how long the Client waits for a
/Zephyr-latest/samples/drivers/led/lp5569/
DREADME.rst12 LEDs until they are off again. Afterwards, it turns them all on at once, waits
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_broadcast_sink/src/
Dbroadcast_sink_test.c65 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/src/
Dunicast_client_sample_test.c65 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/dts/bindings/input/
Dgpio-kbd-matrix.yaml61 Controls the driver behavior on idle, "interrupt" waits for a new key
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/src/
Dsample_test.c64 "waits for " STR(WAIT_TIME) " seconds, and checks how "
/Zephyr-latest/drivers/serial/
Duart_ql_usbserialport_s3b.c47 * Writes data to tx register. Waits for space if transmitter is full.
/Zephyr-latest/drivers/spi/
Dspi_nrfx_common.c56 * be caught by the enabled trigger and the loop below waits for that. in spi_nrfx_wake_request()
/Zephyr-latest/samples/bluetooth/iso_peripheral/
DREADME.rst11 The sample starts advertising, waits for a central to connect to it and set up an isochronous chann…

123456