Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/drivers/serial/
DKconfig.nxp_s3218 int "The maximum duration to transfer a byte data in blocking mode"
21 Maximum duration in micro-seconds to transfer a byte data in blocking mode.
24 int "The maximum duration to receive a byte data in blocking mode"
27 Maximum duration in micro-seconds to receive a byte data in blocking mode.
DKconfig.rtt25 …Enable UART on (default) RTT channel 0. Default channel has to be configured in non-blocking skip …
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/boards/
Dnative_sim.overlay6 blocking_emul: blocking-emul@80 {
7 compatible = "zephyr,blocking-emul";
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst74 …fifo.get.blocking.k_to_k - Get data from FIFO (w/ ctx switch) : …
76 …fifo.get.free.blocking.k_to_k - Free when getting data from FIFO (w/ ctx siwtch) : …
82 …lifo.get.blocking.k_to_k - Get data from LIFO (w/ ctx switch) : …
84 …lifo.get.free.blocking.k_to_k - Free when getting data from LIFO (w/ ctx switch) : …
90 …events.wait.blocking.k_to_k - Wait for any events (w/ ctx switch) : …
92 …events.wait_all.blocking.k_to_k - Wait for all events (w/ ctx switch) : …
95 …semaphore.take.immediate.kernel - Take a semaphore (no blocking) : …
96 …semaphore.take.blocking.k_to_k - Take a semaphore (context switch) : …
98 …condvar.wait.blocking.k_to_k - Wait for a condvar (context switch) : …
102 …stack.pop.blocking.k_to_k - Get data from k_stack (w/ ctx switch) : …
[all …]
/Zephyr-latest/subsys/shell/backends/
Dshell_rpmsg.c88 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
96 sh_rpmsg->blocking = blocking; in enable()
113 if (sh_rpmsg->blocking) { in write()
Dshell_rtt.c83 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
87 if (blocking) { in enable()
Dshell_dummy.c45 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
Dshell_adsp_memory_window.c86 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
Dshell_websocket.c261 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
264 ARG_UNUSED(blocking); in enable()
/Zephyr-latest/include/zephyr/shell/
Dshell_rpmsg.h40 bool blocking; member
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst15 The send function call for the short message is non-blocking, and the send
16 function call for the long message is blocking.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst62 * SHOULD implement attribute setting in a blocking manner.
71 * SHOULD implement :c:type:`sensor_sample_fetch_t` as a blocking call that
83 * MUST implement :c:type:`sensor_submit_t` as a non-blocking call.
84 * SHOULD implement :c:type:`sensor_submit_t` using :ref:`rtio` to do non-blocking bus transfers if …
Dread_and_decode.rst71 channels to poll. Requesting either blocking or non-blocking reads, then
/Zephyr-latest/samples/net/sockets/echo_service/
DREADME.rst14 The socket service is a concept where many blocking sockets can be listened by
49 to it. The application implements a single-threaded server using blocking
/Zephyr-latest/drivers/i2c/
DKconfig.ifx_cat130 Configure the I2C driver to be non-blocking/Asynchronous mode.
/Zephyr-latest/doc/hardware/peripherals/
Duart.rst17 function, :c:func:`uart_poll_in`, is a non-blocking function and returns a character
19 :c:func:`uart_poll_out`, is a blocking function and the thread waits until the given
/Zephyr-latest/subsys/rtio/
DKconfig.workq10 in an asynchronous non-blocking fashion.
/Zephyr-latest/drivers/flash/
DKconfig.nrf53 slices instead of blocking MCU, for the time it is needed to
80 blocking mode.
DKconfig.nrf_rram69 blocking mode.
/Zephyr-latest/lib/posix/options/
DKconfig.timer76 bool "Support timeouts for some blocking POSIX services"
78 Enable mandatory timeouts for some blocking operations.
/Zephyr-latest/drivers/spi/
DKconfig.mcux_lpspi28 when rtio is use with spi each driver holds a context with which blocking
DKconfig.sam30 When RTIO is use with SPI each driver holds a context with which blocking
DKconfig.max3237 When RTIO is used with SPI, each driver holds a context with which blocking
/Zephyr-latest/drivers/i3c/
DKconfig130 int "Submission queue size for blocking calls"
140 int "Completion queue size for blocking calls"
/Zephyr-latest/samples/net/sockets/echo/
DREADME.rst44 to it. The application implements a single-threaded server using blocking

123