Home
last modified time | relevance | path

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

1234567

/Zephyr-latest/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-latest/boards/native/nrf_bsim/
DKconfig12 Will produce a console Linux process which can be executed natively.
23 Will produce a console Linux process which can be executed natively.
34 Will produce a console Linux process which can be executed natively.
45 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-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c20 * HFXOSC (16 MHz) is used to produce coreclk (and therefore tlclk / in soc_early_init_hook()
40 /* Select Q divisor to produce vco on [384 MHz, 768 MHz]. */ in soc_early_init_hook()
48 /* Select F multiplier to produce vco target. */ in soc_early_init_hook()
/Zephyr-latest/soc/native/inf_clock/
DKconfig44 So you can, for ex., use this application build to produce one core image, and at the same time
45 have it produce the final link with the native simulator runner and the other MCU images.
/Zephyr-latest/lib/libc/minimal/
DKconfig60 produce strings corresponding to the descriptions in errno.h.
64 symbols are still present, but the functions produce an empty
/Zephyr-latest/tests/subsys/ipc/pbuf/
Dtestcase.yaml3 # For native(POSIX arch) targets, let's skip those which do not produce an executable
/Zephyr-latest/include/zephyr/sys/
Dspsc_lockfree.h41 * An SPSC queue is safe to produce or consume in an ISR with O(1) push/pull.
43 * @warning SPSC is *not* safe to produce or consume in multiple execution
164 * @brief Acquire an element to produce from the SPSC
181 * @brief Produce one previously acquired element to the SPSC
185 * @param spsc SPSC to produce the previously acquired element or do nothing
196 * @brief Produce all previously acquired elements to the SPSC
201 * @param spsc SPSC to produce all previously acquired elements or do nothing
/Zephyr-latest/drivers/entropy/
DKconfig.esp3214 With Wi-Fi and Bluetooth disabled, this will produce pseudo-entropy
/Zephyr-latest/tests/bsim/
Dci.net.sh7 # Note it will produce its output in ${ZEPHYR_BASE}/bsim_bt/
Dci.uart.sh7 # Note it will produce its output in ${ZEPHYR_BASE}/bsim_out/
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/
Dprj.conf16 # variations of this =n or =y on central/per produce different errors
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/friendship/
Dlpn_disable.sh13 # internal callback structures that might produce incorrect internal state
/Zephyr-latest/tests/kernel/common/
Dmultilib.txt7 effects on performance, or sometime produce broken executables altogether
/Zephyr-latest/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-latest/arch/xtensa/core/
Dxtensa_intgen.tmpl6 * Intended to be preprocessed only, to produce output for
/Zephyr-latest/dts/bindings/rtc/
Dmaxim,ds3231.yaml34 and also to produce a square wave aligned to the countdown chain.
/Zephyr-latest/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-latest/modules/zcbor/
DKconfig16 bool "Produce canonical CBOR"
/Zephyr-latest/boards/native/native_posix/
DKconfig12 Will produce a console Linux process which can be executed natively.
/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/
DREADME.rst30 does not produce a ``*.bin`` file, e.g. compiling for ``native_sim``.)
/Zephyr-latest/subsys/net/l2/virtual/ipip/
DKconfig34 This can produce lot of output so it is disabled by default.
/Zephyr-latest/arch/arm/core/cortex_m/tz/
DCMakeLists.txt9 # --out-implib and --cmse-implib instruct the linker to produce
/Zephyr-latest/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-latest/subsys/net/l2/ethernet/
DKconfig54 This can produce lot of output so it is disabled by default.
147 This can produce lot of output so it is disabled by default.

1234567