Home
last modified time | relevance | path

Searched full:produce (Results 1 – 25 of 155) sorted by relevance

1234567

/Zephyr-Core-3.6.0/tests/lib/mpsc_pbuf/src/
Dconcurrent.c166 static bool produce(void *user_data, uint32_t cnt, bool last, int prio) in produce() function
292 stress_test(true, produce, produce, produce, consume); in ZTEST()
293 stress_test(false, produce, produce, produce, consume); in ZTEST()
299 stress_test(true, produce, consume, produce, produce); in ZTEST()
300 stress_test(false, produce, consume, produce, produce); in ZTEST()
306 stress_test(true, consume, produce, produce, produce); in ZTEST()
307 stress_test(false, consume, produce, produce, produce); in ZTEST()
/Zephyr-Core-3.6.0/boards/posix/nrf_bsim/
DKconfig.board10 Will produce a console Linux process which can be executed natively.
20 Will produce a console Linux process which can be executed natively.
30 Will produce a console Linux process which can be executed natively.
Dipc_backend.c14 * when the network core is built with the IPC service, we cannot produce an executable
/Zephyr-Core-3.6.0/boards/posix/native_sim/
DKconfig.board8 Will produce a console Linux process which can be executed natively
16 Will produce a console Linux process which can be executed natively
/Zephyr-Core-3.6.0/boards/posix/native_posix/
DKconfig.board8 Will produce a console Linux process which can be executed natively
20 Will produce a console Linux process which can be executed natively
/Zephyr-Core-3.6.0/soc/riscv/sifive_freedom/e300/
Dclock.c20 * HFXOSC (16 MHz) is used to produce coreclk (and therefore tlclk / in fe310_clock_init()
40 /* Select Q divisor to produce vco on [384 MHz, 768 MHz]. */ in fe310_clock_init()
48 /* Select F multiplier to produce vco target. */ in fe310_clock_init()
/Zephyr-Core-3.6.0/soc/posix/inf_clock/
DKconfig38 So you can, for ex., use this application build to produce one core image, and at the same time
39 have it produce the final link with the native simulator runner and the other MCU images.
/Zephyr-Core-3.6.0/include/zephyr/rtio/
Drtio_spsc.h42 * An SPSC queue is safe to produce or consume in an ISR with O(1) push/pull.
44 * @warning SPSC is *not* safe to produce or consume in multiple execution
165 * @brief Acquire an element to produce from the SPSC
182 * @brief Produce one previously acquired element to the SPSC
186 * @param spsc SPSC to produce the previously acquired element or do nothing
197 * @brief Produce all previously acquired elements to the SPSC
202 * @param spsc SPSC to produce all previously acquired elements or do nothing
/Zephyr-Core-3.6.0/drivers/entropy/
DKconfig.esp3214 With Wi-Fi and Bluetooth disabled, this will produce pseudo-entropy
/Zephyr-Core-3.6.0/dts/bindings/sensor/
Dmemsic,mc3419.yaml15 defaults to active low when sample produce interrupt.
/Zephyr-Core-3.6.0/lib/libc/minimal/
DKconfig96 produce strings corresponding to the descriptions in errno.h.
100 symbols are still present, but the functions produce an empty
/Zephyr-Core-3.6.0/drivers/timer/
DKconfig49 one should be expected not to produce a call to
50 sys_clock_announce() (really, not to produce an interrupt at
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/tests_scripts/friendship/
Dlpn_disable.sh13 # internal callback structures that might produce incorrect internal state
/Zephyr-Core-3.6.0/modules/zcbor/
DKconfig16 bool "Produce canonical CBOR"
/Zephyr-Core-3.6.0/drivers/sensor/mc3419/
DKconfig46 then it produce interrupt floods.
/Zephyr-Core-3.6.0/tests/kernel/common/
Dmultilib.txt7 effects on performance, or sometime produce broken executables altogether
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/misc/conn_stress/central/
Dprj.conf16 # variations of this =n or =y on central/per produce different errors
/Zephyr-Core-3.6.0/dts/bindings/rtc/
Dmaxim,ds3231.yaml34 and also to produce a square wave aligned to the countdown chain.
/Zephyr-Core-3.6.0/arch/xtensa/core/
Dxtensa_intgen.tmpl6 * Intended to be preprocessed only, to produce output for
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/hello_world/src/
Doutput_handler.hpp23 /* Called by the main loop to produce some output based on the x and y values */
/Zephyr-Core-3.6.0/subsys/net/l2/virtual/ipip/
DKconfig34 This can produce lot of output so it is disabled by default.
/Zephyr-Core-3.6.0/samples/subsys/bindesc/hello_bindesc/
DREADME.rst30 does not produce a ``*.bin`` file, e.g. compiling for ``native_sim``.)
/Zephyr-Core-3.6.0/arch/arm/core/cortex_m/tz/
DCMakeLists.txt9 # --out-implib and --cmse-implib instruct the linker to produce
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/
Dop_agg_cli.rst20 should be bound to the same application keys as the client models that are used to produce the
/Zephyr-Core-3.6.0/subsys/net/lib/capture/
DKconfig60 This can produce lot of output so it is disabled by default.

1234567