/Zephyr-latest/drivers/serial/ |
D | Kconfig.nxp_s32 | 18 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.
|
D | Kconfig.rtt | 25 …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/ |
D | native_sim.overlay | 6 blocking_emul: blocking-emul@80 { 7 compatible = "zephyr,blocking-emul";
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 74 …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/ |
D | shell_rpmsg.c | 88 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()
|
D | shell_rtt.c | 83 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument 87 if (blocking) { in enable()
|
D | shell_dummy.c | 45 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
|
D | shell_adsp_memory_window.c | 86 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument
|
D | shell_websocket.c | 261 static int enable(const struct shell_transport *transport, bool blocking) in enable() argument 264 ARG_UNUSED(blocking); in enable()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_rpmsg.h | 40 bool blocking; member
|
/Zephyr-latest/samples/subsys/canbus/isotp/ |
D | README.rst | 15 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/ |
D | index.rst | 62 * 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 …
|
D | read_and_decode.rst | 71 channels to poll. Requesting either blocking or non-blocking reads, then
|
/Zephyr-latest/samples/net/sockets/echo_service/ |
D | README.rst | 14 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/ |
D | Kconfig.ifx_cat1 | 30 Configure the I2C driver to be non-blocking/Asynchronous mode.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | uart.rst | 17 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/ |
D | Kconfig.workq | 10 in an asynchronous non-blocking fashion.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf | 53 slices instead of blocking MCU, for the time it is needed to 80 blocking mode.
|
D | Kconfig.nrf_rram | 69 blocking mode.
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.timer | 76 bool "Support timeouts for some blocking POSIX services" 78 Enable mandatory timeouts for some blocking operations.
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_lpspi | 28 when rtio is use with spi each driver holds a context with which blocking
|
D | Kconfig.sam | 30 When RTIO is use with SPI each driver holds a context with which blocking
|
D | Kconfig.max32 | 37 When RTIO is used with SPI, each driver holds a context with which blocking
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 130 int "Submission queue size for blocking calls" 140 int "Completion queue size for blocking calls"
|
/Zephyr-latest/samples/net/sockets/echo/ |
D | README.rst | 44 to it. The application implements a single-threaded server using blocking
|