Searched full:waits (Results 1 – 25 of 132) sorted by relevance
123456
/Zephyr-latest/samples/drivers/jesd216/ |
D | README.rst | 40 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/ |
D | Kconfig.nrf_xrtc | 22 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/ |
D | priv_proxy_node_id.sh | 11 # Identity state for the network. Then it waits for the 15 # the random field of that message. Then it waits for the
|
D | priv_proxy_net_id.sh | 14 # 3. RX device waits for 10 minutes.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/op_agg/ |
D | model_coex.sh | 17 # 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/ |
D | main.c | 28 * - 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/ |
D | README.rst | 18 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/ |
D | nrfx_coredep.c | 12 * which busy waits for the given number of microseconds.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.rtt | 15 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/ |
D | Kconfig.soc | 12 sleep. Therefore do not use busy waits while waiting for something to happen
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/beacon/ |
D | beacon_interval.sh | 14 # 1- rx node waits for the tx node to send the first SNB,
|
/Zephyr-latest/subsys/modem/backends/ |
D | Kconfig | 31 This defines the delay, in milliseconds, that the backend waits
|
/Zephyr-latest/samples/net/sockets/sntp_client/ |
D | README.rst | 20 When the application runs, it issues an SNTP request to the host and waits
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 79 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/ |
D | README.rst | 40 - 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/ |
D | srpl_cli.rst | 27 Configuration Client waits for a response message to arrive in milliseconds. This value can be
|
D | od_cli.rst | 27 :kconfig:option:`CONFIG_BT_MESH_OD_PRIV_PROXY_CLI_TIMEOUT` controls how long the Client waits for a
|
/Zephyr-latest/samples/drivers/led/lp5569/ |
D | README.rst | 12 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/ |
D | broadcast_sink_test.c | 65 "waits for " STR(WAIT_TIME) " seconds, and checks how "
|
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/bap_unicast_client/src/ |
D | unicast_client_sample_test.c | 65 "waits for " STR(WAIT_TIME) " seconds, and checks how "
|
/Zephyr-latest/dts/bindings/input/ |
D | gpio-kbd-matrix.yaml | 61 Controls the driver behavior on idle, "interrupt" waits for a new key
|
/Zephyr-latest/tests/bsim/bluetooth/samples/central_hr_peripheral_hr/src/ |
D | sample_test.c | 64 "waits for " STR(WAIT_TIME) " seconds, and checks how "
|
/Zephyr-latest/drivers/serial/ |
D | uart_ql_usbserialport_s3b.c | 47 * Writes data to tx register. Waits for space if transmitter is full.
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_common.c | 56 * be caught by the enabled trigger and the loop below waits for that. in spi_nrfx_wake_request()
|
/Zephyr-latest/samples/bluetooth/iso_peripheral/ |
D | README.rst | 11 The sample starts advertising, waits for a central to connect to it and set up an isochronous chann…
|
123456