Home
last modified time | relevance | path

Searched full:loop (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/Zephyr-Core-3.5.0/drivers/ipm/
DKconfig.ivshmem7 int "Stack size in bytes of IVSHMEM IPM Event loop task"
10 Adjust the stack size, in bytes of the ivshmem event loop task.
13 int "Priority of IVSHMEM IPM Event loop task"
16 Adjust the priority of the ivshmem event loop task.
/Zephyr-Core-3.5.0/drivers/pwm/
DKconfig.imx14 int "Loop count for PWM Software Reset"
18 Loop count for PWM Software Reset when disabling PWM channel.
/Zephyr-Core-3.5.0/samples/boards/ti/cc13x2_cc26x2/system_off/src/
Dext_flash.c42 * 3 cycles per loop: 8 loops @ 48 Mhz = 0.5 us. in CC1352R1_LAUNCHXL_sendExtFlashByte()
52 * 3 cycles per loop: 700 loops @ 48 Mhz ~= 44 us in CC1352R1_LAUNCHXL_sendExtFlashByte()
69 /* 3 cycles per loop: 1 loop @ 48 Mhz ~= 62 ns */ in CC1352R1_LAUNCHXL_wakeUpExtFlash()
72 /* 3 cycles per loop: 560 loops @ 48 Mhz ~= 35 us */ in CC1352R1_LAUNCHXL_wakeUpExtFlash()
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dslist.h53 * Note: the loop is unsafe and thus __sn should not be removed
55 * User _MUST_ add the loop statement curly braces enclosing its own code:
71 * Note: the loop is unsafe and thus __sn should not be removed
73 * User _MUST_ add the loop statement curly braces enclosing its own code:
94 * Note: __sn can be removed, it will not break the loop.
96 * User _MUST_ add the loop statement curly braces enclosing its own code:
106 * @param __sns A sys_snode_t pointer for the loop to run safely
153 * Note: the loop is unsafe and thus __cn should not be detached
155 * User _MUST_ add the loop statement curly braces enclosing its own code:
170 * Note: __cn can be detached, it will not break the loop.
[all …]
Dsflist.h64 * Note: the loop is unsafe and thus __sn should not be removed
66 * User _MUST_ add the loop statement curly braces enclosing its own code:
82 * Note: the loop is unsafe and thus __sn should not be removed
84 * User _MUST_ add the loop statement curly braces enclosing its own code:
105 * Note: __sn can be removed, it will not break the loop.
107 * User _MUST_ add the loop statement curly braces enclosing its own code:
117 * @param __sns A sys_sfnode_t pointer for the loop to run safely
164 * Note: the loop is unsafe and thus __cn should not be detached
166 * User _MUST_ add the loop statement curly braces enclosing its own code:
181 * Note: __cn can be detached, it will not break the loop.
[all …]
Ddlist.h60 * Note: the loop is unsafe and thus __dn should not be removed
62 * User _MUST_ add the loop statement curly braces enclosing its own code:
79 * Note: the loop is unsafe and thus __dn should not be removed
81 * User _MUST_ add the loop statement curly braces enclosing its own code:
105 * Note: __dn can be removed, it will not break the loop.
107 * User _MUST_ add the loop statement curly braces enclosing its own code:
117 * @param __dns A sys_dnode_t pointer for the loop to run safely
159 * Note: the loop is unsafe and thus __cn should not be detached
161 * User _MUST_ add the loop statement curly braces enclosing its own code:
178 * Note: __cn can be detached, it will not break the loop.
[all …]
/Zephyr-Core-3.5.0/tests/drivers/uart/uart_async_api/boards/
Datsamr21_xpro.overlay26 /* Internally loop-back TX and RX on PAD0 */
30 /* PAD0 must be configured to allow working loop-back */
Datsamr34_xpro.overlay29 /* internally loop-back Tx and Rx on PAD0 */
37 /* PAD0 must be configured to allow working loop-back */
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.h31 * repeatedly from the application code. The name needs to be loop() for Arduino
34 void loop(void);
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/magic_wand/src/
Dmain_functions.hpp31 * repeatedly from the application code. The name needs to be loop() for Arduino
34 void loop(void);
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/cavs/
Dasm_ldo_management.h25 /* wait loop > 300ns (min 100ns required) */
68 /* wait loop > 300ns (min 100ns required) */
88 /* wait loop > 300ns (min 100ns required) */
/Zephyr-Core-3.5.0/arch/riscv/core/
Duserspace.S31 loop: label
46 j loop
/Zephyr-Core-3.5.0/tests/kernel/fifo/fifo_api/src/
Dtest_fifo_loop.c85 * @brief Verify zephyr fifo continuous read write in loop
93 * -# loop above steps for LOOPs times
103 TC_PRINT("* Pass data by fifo in loop %d\n", i); in ZTEST()
/Zephyr-Core-3.5.0/tests/kernel/lifo/lifo_api/src/
Dtest_lifo_loop.c85 * @brief Verify zephyr lifo continuous read write in loop
93 * -# loop above steps for LOOPs times
103 TC_PRINT("* Pass data by lifo in loop %d\n", i); in ZTEST()
/Zephyr-Core-3.5.0/modules/cmsis-dsp/
DKconfig43 bool "Loop Unrolling"
45 This option enables manual loop unrolling in the DSP functions.
/Zephyr-Core-3.5.0/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-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_engine.h273 * lwm2m work loop. Keeps the socket open.
280 * @brief Adds an existing socket to the lwm2m work loop. (The socket specified by the file
283 * @param[in] ctx lwm2m context being added to the lwm2m work loop
289 * @brief Removes a socket from the lwm2m work loop.
291 * @param[in] ctx lwm2m context to be removed from the lwm2m work loop
297 * the lwm2m work loop.
323 * @param[in] client_ctx lwm2m context to be re-added to the lwm2m work loop
343 * This function wakes up ongoing poll() from the socket-loop.
/Zephyr-Core-3.5.0/subsys/fs/ext2/
Dext2_disk_access.c38 int rc, loop = 0; in disk_read() local
46 } while ((rc == -EBUSY) && (loop++ < 16)); in disk_read()
52 int rc, loop = 0; in disk_write() local
60 } while ((rc == -EBUSY) && (loop++ < 16)); in disk_write()
/Zephyr-Core-3.5.0/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-Core-3.5.0/tests/benchmarks/sys_kernel/src/
Dmem_slab.c29 * @param test_repeats Amount of test repeats per loop.
54 * @param test_repeats Amount of test repeats per loop.
/Zephyr-Core-3.5.0/tests/drivers/dma/chan_blen_transfer/
DKconfig4 mainmenu "DMA Loop Transfer Test"
/Zephyr-Core-3.5.0/tests/drivers/spi/spi_loopback/
DKconfig8 bool "Configure the SPI in LOOP mode, so that no extra wiring is needed"
/Zephyr-Core-3.5.0/tests/drivers/dma/loop_transfer/
DKconfig4 mainmenu "DMA Loop Transfer Test"
/Zephyr-Core-3.5.0/samples/posix/eventfd/
Dsample.yaml23 - "Completed write loop"

12345678910>>...16