Searched refs:processing (Results 1 – 25 of 206) sorted by relevance
123456789
/Zephyr-latest/subsys/logging/ |
D | Kconfig.processing | 49 up. Log processing thread ID is provided during log initialization. 54 bool "Use internal thread for log processing" 66 int "Set log processing thread startup delay" 69 Log processing thread starts after requested delay given in 73 int "Set internal log processing thread sleep period" 76 Log processing thread sleeps for requested period given in 80 int "Stack size for the internal log processing thread" 94 Set the internal stack size for log processing thread. 102 processing in the local domain. Higher value increases message processing 110 Set a custom value for the log processing thread. [all …]
|
/Zephyr-latest/samples/userspace/prod_consumer/ |
D | README.rst | 11 to perform some processing on this data and then write the processed data 44 - Application B processing thread waits on new items in the queue. It 71 I:processing payload #1 complete 75 I:processing payload #2 complete 79 I:processing payload #3 complete 83 I:processing payload #4 complete 87 I:processing payload #5 complete 91 I:processing payload #6 complete 93 I:processing payload #7 complete 95 I:processing payload #8 complete [all …]
|
/Zephyr-latest/samples/subsys/zbus/hello_world/ |
D | README.rst | 41 D: START processing channel acc_data change 43 D: FINISH processing channel acc_data change 45 D: START processing channel acc_data change 47 D: FINISH processing channel acc_data change
|
/Zephyr-latest/tests/subsys/logging/log_blocking/ |
D | REAME.md | 11 In the last configuration, the log processing thread will block until space 14 > Warning ⚠️: Blocking the log processing thread is generally not recommended 43 inherently provides back-pressure; output log processing is rate-limited 51 limit in the log processing rate for practical systems. That may be 57 so configured, we minimize the liklihood that the log processing thread will 75 If the rate of output processing is less than the rate of input processing, 77 log processing thread. 84 capacity. Once the core log buffer is full, the log processing thread is 91 correctly _even when the log processing thread is blocking_ in order to 95 backends that are unable to recover from stalling the log processing thread.
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 2 :name: Sensor batch processing 5 Implement a sensor device using RTIO for asynchronous data processing. 35 submitting for, consuming, and processing the sensor data. 52 I: Start processing 4 samples 68 I: Finished processing 4 samples
|
/Zephyr-latest/samples/subsys/zbus/uart_bridge/ |
D | README.rst | 35 D: START processing channel start_measurement change 36 D: FINISH processing channel start_measurement change 38 D: START processing channel sensor_data change 39 D: FINISH processing channel sensor_data change 48 D: START processing channel start_measurement change 49 D: FINISH processing channel start_measurement change 54 D: START processing channel sensor_data change 55 D: FINISH processing channel sensor_data change
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 32 bool "Interrupt processing" 37 The interrupt processing benchmark has a single thread that causes 44 bool "Interrupt processing preemption" 62 bool "Message processing" 64 The message processing benchmark counts the number of times that a
|
D | thread_metric_readme.txt | 37 call thread suspend. Eventually the processing will return to the 39 resume call. Once processing returns to the lowest priority thread, 49 interrupt handler completes, processing returns to the test 113 processing capabilities 116 tm_interrupt_processing_test.c No-preemption interrupt processing 118 tm_interrupt_preemption_processing_test.c Interrupt preemption processing 120 tm_message_processing_test.c Message exchange processing test 121 tm_synchronization_processing_test.c Semaphore get/put processing test 225 processing in the reporting thread is insignificant.
|
/Zephyr-latest/subsys/rtio/ |
D | Kconfig.workq | 9 Enable RTIO Work-queues to allow processing synchronous operations 23 int "Number of threads to use for processing work-items"
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.enc424j600 | 22 incoming packet processing. 29 packet processing.
|
D | Kconfig.lan9250 | 23 incoming packet processing. 30 packet processing.
|
D | Kconfig.w5500 | 22 incoming packet processing. 30 packet processing.
|
D | Kconfig.enc28j60 | 23 incoming packet processing. 31 packet processing.
|
D | Kconfig.renesas_ra | 20 incoming packet processing.
|
/Zephyr-latest/samples/modules/cmsis_dsp/ |
D | cmsis_dsp.rst | 5 These samples demonstrate how to use the CMSIS-DSP module to perform signal processing operations
|
/Zephyr-latest/include/zephyr/linker/ |
D | llext-sections.ld | 24 * Zephyr ELF for post-processing, but it is not included in the final binary. 26 * NOTE: This section MUST start at address 0, as the post-processing scripts
|
/Zephyr-latest/share/sysbuild/images/ |
D | CMakeLists.txt | 6 # it is available while processing the remaining images. 31 # Done processing modules, clear SYSBUILD_CURRENT_MODULE_DIR and SYSBUILD_CURRENT_CMAKE_DIR.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_stats.rst | 22 application wants to collect statistics for further processing. The network 30 These statistics can then be transferred to application for processing.
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.ht16k33 | 33 interrupt processing. 40 processing.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/zephyr_basic/ |
D | Kconfig | 7 Enables MCUmgr to processing of Zephyr specific groups.
|
/Zephyr-latest/tests/cmake/snippets/ |
D | Kconfig | 33 Test the snippet processing order (1. foo, 2. bar) 38 Test the snippet processing order (1. bar, 2. foo)
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 10 priority level to implement "bottom half" style processing 17 Each message has a random (and non-trivial) amount of processing that 29 * The real time spent processing the message in the worker thread, for 30 comparison with the required processing time. This provides a way 36 latencies and lower processing delays, as expected. 38 * Cooperatively scheduled threads have significantly better processing
|
/Zephyr-latest/samples/subsys/zbus/remote_mock/ |
D | README.rst | 43 D: START processing channel start_measurement change 47 D: FINISH processing channel start_measurement change 48 D: START processing channel sensor_data change 52 D: FINISH processing channel sensor_data change
|
/Zephyr-latest/boards/renesas/rcar_salvator_xs/doc/ |
D | index.rst | 23 * video processing units; 24 * sound processing units;
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | Kconfig.tja1103 | 28 INT IRQ processing.
|
123456789