/Zephyr-latest/drivers/can/ |
D | Kconfig.mcux | 25 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/ |
D | linker.ld | 22 LONG(0x00000000) /* End of block loop */
|
/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/ |
D | Kconfig | 26 bool "Enable loop transfers of 16-beat bursts"
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | same54_xpro.overlay | 13 /* Internally connect MOSI to MISO for loop-back operation */
|
/Zephyr-latest/samples/drivers/watchdog/ |
D | README.rst | 5 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/ |
D | Kconfig | 41 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/ |
D | main_functions.cpp | 97 void loop(void) in loop() function
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.cpp | 81 void loop(void) in loop() function
|
/Zephyr-latest/soc/native/inf_clock/ |
D | Kconfig.soc | 10 infinite loop in the code which does not sleep the CPU will cause the process
|
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/ |
D | README.rst | 11 …loop, the code activates the filter. After 5 seconds, the filter is disabled, and the filter bypas…
|
/Zephyr-latest/subsys/net/lib/config/ |
D | init.c | 408 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/ |
D | README.rst | 22 ./loop-slipcat.sh
|
/Zephyr-latest/samples/posix/eventfd/ |
D | README.rst | 43 Completed write loop
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 61 ./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/ |
D | README.rst | 12 The sample application performs a simple charging task loop.
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 88 not-in-loop, 197 useless-else-on-loop, 216 undefined-loop-variable,
|
/Zephyr-latest/samples/drivers/led/is31fl3733/ |
D | README.rst | 11 following test steps in an infinite loop:
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 130 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/ |
D | zperf_udp_uploader.c | 62 int loop = 2; in zperf_upload_fin() local 69 while (ret <= 0 && loop-- > 0) { in zperf_upload_fin()
|
/Zephyr-latest/samples/basic/threads/ |
D | README.rst | 15 loop control and timing logic controlled by separate functions.
|
/Zephyr-latest/samples/drivers/led/lp50xx/ |
D | README.rst | 13 and printed in the log messages. Next, from an infinite loop, a test pattern
|
/Zephyr-latest/samples/modules/chre/ |
D | README.rst | 45 #. Notify that the event loop started via an ``inf`` level log 52 #. Exit the event loop
|
/Zephyr-latest/boards/adi/max32675evkit/doc/ |
D | index.rst | 8 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/ |
D | cbprintf_complete.c | 342 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/ |
D | ull.c | 1094 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()
|