Home
last modified time | relevance | path

Searched refs:loop (Results 26 – 50 of 114) sorted by relevance

12345

/Zephyr-latest/drivers/can/
DKconfig.mcux25 int "Maximum number of wait loop iterations"
28 Maximum number of wait loop iterations for the MCUX FlexCAN HAL when entering/leaving
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/
Dlinker.ld22 LONG(0x00000000) /* End of block loop */
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/
DKconfig26 bool "Enable loop transfers of 16-beat bursts"
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dsame54_xpro.overlay13 /* Internally connect MOSI to MISO for loop-back operation */
/Zephyr-latest/samples/drivers/watchdog/
DREADME.rst5 Use the watchdog driver API to reset the board when it gets stuck in an infinite loop.
13 is kept in an infinite loop.
/Zephyr-latest/subsys/usb/usb_c/
DKconfig41 The USB-C state machine is run in a loop and the cycle time is the
42 delay before running the loop again.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dmain_functions.cpp97 void loop(void) in loop() function
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.cpp81 void loop(void) in loop() function
/Zephyr-latest/soc/native/inf_clock/
DKconfig.soc10 infinite loop in the code which does not sleep the CPU will cause the process
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/
DREADME.rst11loop, the code activates the filter. After 5 seconds, the filter is disabled, and the filter bypas…
/Zephyr-latest/subsys/net/lib/config/
Dinit.c408 int loop = timeout / LOOP_DIVIDER; in net_config_init_by_iface() local
444 if (k_sem_take(&waiter, K_MSEC(loop))) { in net_config_init_by_iface()
472 k_sem_take(&waiter, K_MSEC(loop)); in net_config_init_by_iface()
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst22 ./loop-slipcat.sh
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst43 Completed write loop
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst61 ./loop-socat.sh
71 sudo ./loop-slip-tap.sh
143 (you need to stop both ``loop-slip-tap.sh`` and ``loop-socat.sh``).
244 ``loop-xxx.sh`` scripts) for as many instances as you want. Use the
/Zephyr-latest/samples/drivers/charger/
DREADME.rst12 The sample application performs a simple charging task loop.
/Zephyr-latest/scripts/ci/
Dpylintrc88 not-in-loop,
197 useless-else-on-loop,
216 undefined-loop-variable,
/Zephyr-latest/samples/drivers/led/is31fl3733/
DREADME.rst11 following test steps in an infinite loop:
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig130 bool "Use busy loop for k_cpu_idle"
132 Use a spin loop instead of WAITI for the CPU idle state.
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_uploader.c62 int loop = 2; in zperf_upload_fin() local
69 while (ret <= 0 && loop-- > 0) { in zperf_upload_fin()
/Zephyr-latest/samples/basic/threads/
DREADME.rst15 loop control and timing logic controlled by separate functions.
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst13 and printed in the log messages. Next, from an infinite loop, a test pattern
/Zephyr-latest/samples/modules/chre/
DREADME.rst45 #. Notify that the event loop started via an ``inf`` level log
52 #. Exit the event loop
/Zephyr-latest/boards/adi/max32675evkit/doc/
Dindex.rst8 HART modem which enables the bidirectional transfer of digital data over a current loop, to/from
293 current loop and communicates with HART-enabled devices. Connection to a capacitance coupled loop
294 through JH8 and a transformer loop is through JH9. HART communication to the MAX32675 is through
/Zephyr-latest/lib/os/
Dcbprintf_complete.c342 bool loop = true; in extract_flags() local
362 loop = false; in extract_flags()
364 if (loop) { in extract_flags()
367 } while (loop); in extract_flags()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c1094 uint8_t loop = PDU_RX_POOL_SIZE / PDU_RX_NODE_POOL_ELEMENT_SIZE; in ll_rx_dequeue() local
1105 LL_ASSERT(loop); in ll_rx_dequeue()
1106 loop--; in ll_rx_dequeue()
2122 uint8_t loop; in ull_prepare_dequeue() local
2149 loop = (EVENT_PIPELINE_MAX + 3U); in ull_prepare_dequeue()
2159 LL_ASSERT(loop); in ull_prepare_dequeue()
2160 loop--; in ull_prepare_dequeue()

12345