Searched full:producing (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-latest/dts/bindings/tcpc/ |
D | st,stm32-ucpd.yaml | 36 producing UCPD peripheral clock (ucpd_clk). It is recommended 44 Determines the division ratio of a ucpd_clk divider producing 54 Determines the division ratio of a hbit_clk divider producing 62 Determines the division ratio of a ucpd_clk divider producing
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | message_queues.rst | 108 to pass data items from a producing thread to one or more consuming threads. 110 producing thread throws away all existing data so the newer data can be saved. 139 to process data items generated by one or more producing threads. Note that 165 head of the queue that is generated by one or more producing threads.
|
D | pipes.rst | 95 data from a producing thread to one or more consuming threads. If the pipe's 96 ring buffer fills up because the consumers can't keep up, the producing thread 141 process data items generated by one or more producing threads.
|
D | mailboxes.rst | 262 from a producing thread to any consuming thread that wants it. 357 producing thread, using the immediate data retrieval technique. The message 434 to get message data from a producing thread only if the message meets
|
/Zephyr-latest/include/zephyr/sys/ |
D | spsc_lockfree.h | 47 * 1. ISR A producing and a Thread B consuming. 48 * 2. Thread A producing and ISR B consuming. 49 * 3. Thread A producing and Thread B consuming. 50 * 4. ISR A producing and ISR B consuming. 166 * @param spsc SPSC to acquire an element from for producing
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | comparator.rst | 32 compare its inputs, producing an output and detecting edges. When suspended, the comparator
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_pbuf.rst | 18 * Allocate, commit scheme used for packet producing. 110 Packet producing
|
/Zephyr-latest/tests/lib/ringbuffer/src/ |
D | concurrent.c | 289 PRINT("Producing interrupts consuming\n"); in test_ringbuffer_stress() 292 PRINT("Consuming interrupts producing\n"); in test_ringbuffer_stress()
|
/Zephyr-latest/doc/project/ |
D | documentation.rst | 15 when producing the Zephyr project's online documentation.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | memsic,mc3419.yaml | 59 This helps in producing slower Output Data Rate (ODR) from given Input Data Rate (IDR).
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | concurrent.c | 183 /* Note that producing may be interrupted and there will be discontinuity in produce() 212 * each other. One context is consuming and other two are producing. It
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | index.rst | 12 sensors and themselves producing new inferred sensor data such as step counts,
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 13 # Run $LINKER_SCRIPT file through the C preprocessor, producing ${linker_script_gen}
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | semaphores.rst | 125 Use a semaphore to synchronize processing between a producing and consuming
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 9 # Run $LINKER_SCRIPT file through the C preprocessor, producing ${linker_script_gen}
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 24 # Run $LINKER_SCRIPT file through the C preprocessor, producing ${linker_script_gen}
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | soc.c | 108 * extracting the slope value, at least gcc is capable of producing such in nordicsemi_nrf54l_init()
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 17 # Run $LINKER_SCRIPT file through the C preprocessor, producing ${linker_script_gen}
|
/Zephyr-latest/doc/kernel/usermode/ |
D | overview.rst | 115 files that are part of the kernel build producing zephyr.elf are assumed to
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/ |
D | dmic_regs.h | 246 /* Clock divider used for producing the microphone clock from audio IO clock with approximately 50%
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ |
D | dmic_regs.h | 246 /* Clock divider used for producing the microphone clock from audio IO clock with approximately 50%
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 110 (continuously producing) requests are all possible!
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 196 to producing a new merged configuration. :file:`zephyr/.config` is also the
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_cli.h | 327 * Queries the availability and capabilities of all Target nodes, producing a
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 459 * instruction will just be re-tried, producing another fault. in z_x86_page_fault_handler()
|
12