/Zephyr-Core-3.6.0/drivers/ipm/ |
D | Kconfig.ivshmem | 7 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.6.0/drivers/pwm/ |
D | Kconfig.imx | 14 int "Loop count for PWM Software Reset" 18 Loop count for PWM Software Reset when disabling PWM channel.
|
/Zephyr-Core-3.6.0/tests/drivers/dma/chan_blen_transfer/ |
D | Kconfig | 4 mainmenu "DMA Loop Transfer Test" 26 bool "Enable loop transfers of 16-beat bursts"
|
/Zephyr-Core-3.6.0/samples/boards/ti/cc13x2_cc26x2/system_off/src/ |
D | ext_flash.c | 42 * 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.6.0/tests/drivers/uart/uart_async_api/boards/ |
D | atsamr21_xpro.overlay | 26 /* Internally loop-back TX and RX on PAD0 */ 30 /* PAD0 must be configured to allow working loop-back */
|
D | atsamr34_xpro.overlay | 29 /* internally loop-back Tx and Rx on PAD0 */ 37 /* PAD0 must be configured to allow working loop-back */
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | slist.h | 53 * 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 …]
|
D | sflist.h | 64 * 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 …]
|
D | dlist.h | 60 * 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.6.0/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.h | 31 * repeatedly from the application code. The name needs to be loop() for Arduino 34 void loop(void);
|
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.hpp | 31 * repeatedly from the application code. The name needs to be loop() for Arduino 34 void loop(void);
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/soc/xtensa/intel_adsp/cavs/ |
D | asm_ldo_management.h | 25 /* wait loop > 300ns (min 100ns required) */ 68 /* wait loop > 300ns (min 100ns required) */ 88 /* wait loop > 300ns (min 100ns required) */
|
/Zephyr-Core-3.6.0/arch/riscv/core/ |
D | userspace.S | 31 loop: label 46 j loop
|
/Zephyr-Core-3.6.0/tests/kernel/lifo/lifo_api/src/ |
D | test_lifo_loop.c | 85 * @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.6.0/tests/kernel/fifo/fifo_api/src/ |
D | test_fifo_loop.c | 85 * @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.6.0/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-Core-3.6.0/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-Core-3.6.0/subsys/fs/ext2/ |
D | ext2_disk_access.c | 38 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.6.0/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.h | 303 * lwm2m work loop. Keeps the socket open. 310 * @brief Adds an existing socket to the lwm2m work loop. (The socket specified by the file 313 * @param[in] ctx lwm2m context being added to the lwm2m work loop 319 * @brief Removes a socket from the lwm2m work loop. 321 * @param[in] ctx lwm2m context to be removed from the lwm2m work loop 327 * the lwm2m work loop. 353 * @param[in] client_ctx lwm2m context to be re-added to the lwm2m work loop 373 * This function wakes up ongoing poll() from the socket-loop.
|
/Zephyr-Core-3.6.0/tests/benchmarks/sys_kernel/src/ |
D | mem_slab.c | 29 * @param test_repeats Amount of test repeats per loop. 54 * @param test_repeats Amount of test repeats per loop.
|
/Zephyr-Core-3.6.0/tests/drivers/dma/loop_transfer/ |
D | Kconfig | 4 mainmenu "DMA Loop Transfer Test"
|
/Zephyr-Core-3.6.0/tests/drivers/spi/spi_loopback/ |
D | Kconfig | 8 bool "Configure the SPI in LOOP mode, so that no extra wiring is needed"
|
/Zephyr-Core-3.6.0/ |
D | .codecov.yml | 24 loop: yes
|
/Zephyr-Core-3.6.0/samples/subsys/logging/multidomain/remote/src/ |
D | main.c | 17 LOG_INF("loop: %d", cnt++); in main()
|