Home
last modified time | relevance | path

Searched refs:ready (Results 126 – 150 of 186) sorted by relevance

12345678

/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst298 After ICBMsg initialization, you are ready for the endpoint binding procedure.
319 * To make sure that two sides are ready to exchange messages over that endpoint.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py1074 elif self.instance.run and self.instance.handler.ready:
1532 if instance.handler.ready and instance.run:
1616 if handler.ready:
1693 if instance.handler.ready:
Dhandlers.py93 self.ready = False
407 self.ready = True
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst33 actively polling them, but rather pending for one or more to become ready.
294 * ``ZEP-1395`` - Add data ready trigger to FXOS8700 driver
295 * ``ZEP-1401`` - Enhance ready queue cache and interrupt exit code to reduce interrupt latency.
Drelease-notes-1.9.rst49 * Bluetooth Qualification-ready BLE Controller
143 * BLE controller qualification-ready, with all required tests passing
Dmigration-guide-4.1.rst154 data instead of waiting for BT connection to be ready. This is helpful on
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap256 discovered and ready to use. Each characteristic may hold information
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst99 You're now ready to build applications targeting this board, for example:
/Zephyr-latest/boards/snps/hsdk/doc/
Dindex.rst6 The DesignWare(R) ARC(R) HS Development Kit is a ready-to-use platform for
501 When you are ready to deploy the program so that it boots up automatically on
/Zephyr-latest/doc/develop/west/
Dbasics.rst152 Your workspace is now almost ready to use; you just need to run ``west update``
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c1788 void radio_tmr_ready_save(uint32_t ready) in radio_tmr_ready_save() argument
1790 radio_tmr_ready = ready; in radio_tmr_ready_save()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c2014 bool ready = data->int_driven->tx_irq_enabled && in uarte_nrfx_irq_tx_ready_complete() local
2017 if (ready) { in uarte_nrfx_irq_tx_ready_complete()
2021 return ready ? data->int_driven->tx_buff_size : 0; in uarte_nrfx_irq_tx_ready_complete()
/Zephyr-latest/scripts/tests/twister/
Dtest_testinstance.py500 assert testinstance.handler.ready == expected_handler_ready
/Zephyr-latest/doc/services/sensing/
Dindex.rst78 * ``Interrupt mode``: data ready, threshold interrupt etc.
/Zephyr-latest/dts/arm/st/g0/
Dstm32g0.dtsi200 * the driver can verify that its parent device (RTC) is ready.
/Zephyr-latest/doc/
Dglossary.rst103 A system thread that runs when there are no other threads ready to run.
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst188 The ``smp_svr`` app is ready to run. Just reset your board and test the app
/Zephyr-latest/dts/arm/st/wl/
Dstm32wl.dtsi218 * the driver can verify that its parent device (RTC) is ready.
/Zephyr-latest/doc/services/rtio/
Dindex.rst165 the mempool. When the read is ready, instead of getting the buffers directly
/Zephyr-latest/doc/develop/test/
Dpytest.rst129 It calls ``wait_for_promt`` method, to not start scenario until DUT is ready. The shell fixture
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/
Dindex.rst213 recovery mode. We'll use the :zephyr:code-sample:`smp-svr` sample since it's ready to be
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst145 to be **ready**, and is eligible to be selected as the current thread.
246 or equal priority, becomes ready.
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst312 We have two ready-to-build samples demonstrating use of the Zephyr CAN API:
/Zephyr-latest/cmake/modules/
Ddts.cmake64 # will be ready for use in other CMake list files that run
/Zephyr-latest/boards/snps/em_starterkit/doc/
Dindex.rst281 When you are ready to deploy the program so that it boots up automatically

12345678