Home
last modified time | relevance | path

Searched refs:processed (Results 26 – 50 of 103) sorted by relevance

12345

/Zephyr-latest/subsys/net/lib/http/
Dhttp_client.c285 req->internal.response.processed += length; in on_body()
287 NET_DBG("Processed %zd length %zd", req->internal.response.processed, in on_body()
429 req->internal.response.processed = 0; in http_report_null()
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig14 processed during a 30 second time interval.
/Zephyr-latest/doc/services/logging/
Dindex.rst12 processed by active backends.
321 The following snippet shows how logging can be processed in simple forever loop.
340 If logs are processed from a thread (user or internal) then it is possible to enable
356 that moment all logs are processed in a blocking way.
475 that log entry. Backend slots are examined when message is processed by the core
533 where they are processed exactly as in a single domain case.
641 processed in the order of arrival to the buffer in the root domain.
645 * Messages are processed as they arrive in the buffer in the root domain.
649 and the oldest message is processed first.
835 When :kconfig:option:`CONFIG_LOG_MODE_IMMEDIATE` is used then log message is processed by the backe…
/Zephyr-latest/cmake/
Dpackage_helper.cmake38 # Note: the samples CMakeLists.txt file is not processed by package helper, so
/Zephyr-latest/doc/connectivity/networking/api/
Dsockets.rst169 particular implementation will be processed when creating a new socket.
208 offloaded). Higher priority socket implementations are processed first.
218 implementation processed by the system will create a socket. Therefore it's
/Zephyr-latest/drivers/serial/
Duart_sam0.c195 size_t processed) in uart_sam0_notify_rx_processed() argument
201 if (dev_data->rx_processed_len == processed) { in uart_sam0_notify_rx_processed()
210 .len = processed - dev_data->rx_processed_len, in uart_sam0_notify_rx_processed()
214 dev_data->rx_processed_len = processed; in uart_sam0_notify_rx_processed()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst46 processed by the node. The delay between updating the SRPL and storing the change to the persistent
/Zephyr-latest/drivers/ethernet/
DKconfig.sam_gmac75 and the other being processed by the higher layer networking stack.
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst78 * The network packet is then processed and placed to correct socket queue.
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_transform29 has been processed by the secure_storage_its_transform_to_store() function.
/Zephyr-latest/subsys/llext/
DKconfig102 requires the LLEXTs to be post-processed after build.
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig140 received or processed.
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dlinker.ld237 /* Bogus section, post-processed during the build to initialize interrupts. */
/Zephyr-latest/doc/kernel/data_structures/
Ddlist.rst34 As for slist, each node in a dlist can be processed in a natural code
/Zephyr-latest/samples/modules/chre/
DREADME.rst49 #. Notify that the event was processed
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst17 language (.rst file extension) with Sphinx extensions, and processed
67 The reStructuredText files are processed by the Sphinx documentation system,
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfig.cmake136 # As this code is processed inside registered packages, we simply test if another package has a
DZephyrConfigVersion.cmake128 # As this code is processed inside registered packages, we simply test if
/Zephyr-latest/doc/kernel/services/data_passing/
Dlifos.rst124 which are then processed in some manner.
/Zephyr-latest/soc/openisa/rv32m1/
Dlinker.ld254 /* Bogus section, post-processed during the build to initialize interrupts. */
/Zephyr-latest/doc/build/version/
Dindex.rst56 When an application is configured using CMake, the version file will be automatically processed,
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst27 This limits the amount of data that can be processed at once to about 512 bytes from each device,
/Zephyr-latest/kernel/
DKconfig.smp93 reduce the number of IPIs (and consequently ISRs) processed by the
/Zephyr-latest/subsys/shell/
Dshell.c1175 bool processed = false; in shell_log_process() local
1183 processed = z_shell_log_backend_process( in shell_log_process()
1201 } while (processed && !signaled); in shell_log_process()
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst100 processed using ``#ifdef CONFIG_MYFEATURE``.

12345