Searched refs:processing (Results 51 – 75 of 206) sorted by relevance
123456789
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 78 /* do whatever processing is now needed */ 86 Use the main thread to perform thread-based processing in an application
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | gnss.rst | 22 to and from the modem, to parsing, creating and processing
|
D | video.rst | 33 the operation is achieved, buffer can be dequeued for post-processing,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 11 Specification version 1.1, and is used to support the functionality of processing
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.lan865x | 41 INT IRQ processing.
|
D | Kconfig.adin2111 | 35 INT IRQ processing.
|
/Zephyr-latest/doc/services/tfm/ |
D | overview.rst | 35 * The secure processing environment (secure boot and TF-M) starts first 103 processing environment which, depending on the isolation level chosen when 123 boundary is between the secure and non-secure processing environment, 185 will begin execution in the **secure processing environment**. This is where 225 private keys are only ever accessible to the secure processing environment. 231 processing environment as a one-way operation, such as during a factory 271 At present, Zephyr can not be configured to be used as the secure processing
|
/Zephyr-latest/subsys/shell/ |
D | shell_ops.h | 120 return sh->ctx->ctx.flags.processing == 1; in z_flag_processing_get() 127 Z_SHELL_SET_FLAG_ATOMIC(sh, ctx, processing, val, ret); in z_flag_processing_set()
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.wncm14a2a | 29 processing data.
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 18 consuming operations to a known context instead of processing and sending 29 processing. 137 which handles log processing. 308 By default, logging processing in deferred mode is handled internally by the 316 The :c:func:`log_process` function is used to trigger processing of one log 341 a feature which will wake up processing thread when certain amount of log messages are 350 interrupts. In that situation deferred log message processing is not an option. 408 for copying the message (e.g. for offline processing). 409 * Messages must be sequentially freed. Backend processing is synchronous. Backend 410 can make a copy for deferred processing. [all …]
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 23 - return to thread context after processing an interrupt 221 A thread can call :c:func:`k_sleep` to delay its processing 240 that delays its processing for a specified time period 255 Use preemptive threads to give priority to time-sensitive processing 256 over less time-sensitive processing. 309 /* ... do processing */ 358 /* ... do processing */
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 84 indicate that a unit of data is available for processing by a consumer thread. 125 Use a semaphore to synchronize processing between a producing and consuming
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 10 This page describes how to get information about network packet processing 14 processing takes either in sending or receiving path. There are two Kconfig
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 47 HTTP server thread stack size for processing RX/TX events. 83 processing HPACK compressed headers. This effectively limits the 107 internal header processing, and only needs to be increased if the
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 67 CMake begins by processing the :file:`CMakeLists.txt` file in the application 72 scripts also do some processing of their own, which is explained here. 139 post-processing. 222 Intermediate binaries post-processing 285 When no intermediate binary post-processing is required then the first 303 Post processing
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | l2cap.rst | 18 :c:func:`bt_l2cap_chan_recv_complete` API if processing is asynchronous.
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | README.rst | 10 This sample demonstrates how to use an I2S driver in a simple processing of
|
/Zephyr-latest/tests/bluetooth/tester/ |
D | README | 8 stack. BTP commands and events are received and buffered for further processing
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 24 as vectors per channel. This allows further processing using fixed point DSP 58 * All sensor processing can be done in user mode (memory protected) threads.
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/doc/ |
D | index.rst | 10 and image processing technologies. 14 Its wide range of hardware features, including advanced display and image processing capabilities,
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/ |
D | Kconfig | 21 needed when processing requests.
|
/Zephyr-latest/arch/arc/core/dsp/ |
D | Kconfig | 10 bool "digital signal processing (DSP)"
|
/Zephyr-latest/soc/espressif/esp32/ |
D | CMakeLists.txt | 39 # Select image processing
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | CMakeLists.txt | 43 # Select image processing
|
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/ |
D | index.rst | 100 …rz-mpus/rzt2m-high-performance-multi-function-mpu-realizing-high-speed-processing-and-high-precisi…
|
123456789