/Zephyr-Core-3.4.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.4.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.4.0/include/zephyr/sys/ |
D | slist.h | 50 * Note: the loop is unsafe and thus __sn should not be removed 52 * User _MUST_ add the loop statement curly braces enclosing its own code: 68 * Note: the loop is unsafe and thus __sn should not be removed 70 * User _MUST_ add the loop statement curly braces enclosing its own code: 91 * Note: __sn can be removed, it will not break the loop. 93 * User _MUST_ add the loop statement curly braces enclosing its own code: 103 * @param __sns A sys_snode_t pointer for the loop to run safely 150 * Note: the loop is unsafe and thus __cn should not be detached 152 * User _MUST_ add the loop statement curly braces enclosing its own code: 167 * Note: __cn can be detached, it will not break the loop. [all …]
|
D | sflist.h | 56 * Note: the loop is unsafe and thus __sn should not be removed 58 * User _MUST_ add the loop statement curly braces enclosing its own code: 74 * Note: the loop is unsafe and thus __sn should not be removed 76 * User _MUST_ add the loop statement curly braces enclosing its own code: 97 * Note: __sn can be removed, it will not break the loop. 99 * User _MUST_ add the loop statement curly braces enclosing its own code: 109 * @param __sns A sys_sfnode_t pointer for the loop to run safely 156 * Note: the loop is unsafe and thus __cn should not be detached 158 * User _MUST_ add the loop statement curly braces enclosing its own code: 173 * Note: __cn can be detached, it will not break the loop. [all …]
|
D | dlist.h | 54 * Note: the loop is unsafe and thus __dn should not be removed 56 * User _MUST_ add the loop statement curly braces enclosing its own code: 73 * Note: the loop is unsafe and thus __dn should not be removed 75 * User _MUST_ add the loop statement curly braces enclosing its own code: 99 * Note: __dn can be removed, it will not break the loop. 101 * User _MUST_ add the loop statement curly braces enclosing its own code: 111 * @param __dns A sys_dnode_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: 172 * Note: __cn can be detached, it will not break the loop. [all …]
|
D | rb.h | 145 * break out of the loop early. See RB_FOR_EACH for an iterative 184 * non-recursive "foreach" loop that can iterate directly on the tree, 187 * Note that the resulting loop is not safe against modifications to 188 * the tree. Changes to the tree structure during the loop will 205 * @brief Loop over rbtree with implicit container field logic
|
/Zephyr-Core-3.4.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 */
|
D | atsamd21_xpro.overlay | 4 /* Internally loop-back TX and RX on PAD0 */
|
/Zephyr-Core-3.4.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.4.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.4.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.4.0/arch/riscv/core/ |
D | userspace.S | 31 loop: label 46 j loop
|
/Zephyr-Core-3.4.0/subsys/usb/usb_c/ |
D | Kconfig | 33 The USB-C state machine is run in a loop and the cycle time is the 34 delay before running the loop again.
|
/Zephyr-Core-3.4.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.4.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.4.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.4.0/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.h | 243 * lwm2m work loop. Keeps the socket open. 250 * @brief Adds an existing socket to the lwm2m work loop. (The socket specified by the file 253 * @param[in] ctx lwm2m context being added to the lwm2m work loop 259 * @brief Removes a socket from the lwm2m work loop. 261 * @param[in] ctx lwm2m context to be removed from the lwm2m work loop 267 * the lwm2m work loop. 293 * @param[in] client_ctx lwm2m context to be re-added to the lwm2m work loop
|
/Zephyr-Core-3.4.0/subsys/net/l2/ieee802154/ |
D | ieee802154_radio_csma_ca.c | 38 loop: in csma_ca_radio_send() 57 goto loop; in csma_ca_radio_send()
|
/Zephyr-Core-3.4.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.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | simulator_adapter.py | 34 # Workaround for RuntimeError: Event loop is closed 35 # https://pythonalgos.com/runtimeerror-event-loop-is-closed-asyncio-fix/ 42 if str(e) != 'Event loop is closed': 119 # without blocking while loop (readline with timeout) 153 time.sleep(0.1) # give a time to end while loop in running simulation
|
/Zephyr-Core-3.4.0/tests/drivers/dma/chan_blen_transfer/ |
D | Kconfig | 4 mainmenu "DMA Loop Transfer Test"
|
/Zephyr-Core-3.4.0/tests/drivers/dma/loop_transfer/ |
D | Kconfig | 4 mainmenu "DMA Loop Transfer Test"
|
/Zephyr-Core-3.4.0/drivers/display/ |
D | mb_display.c | 46 loop:1, /* Loop to beginning */ member 217 if (!disp->loop) { in update_scroll() 235 if (!disp->loop) { in update_image() 311 disp->loop = !!(mode & MB_DISPLAY_FLAG_LOOP); in mb_display_image() 348 disp->loop = !!(mode & MB_DISPLAY_FLAG_LOOP); in mb_display_print()
|
/Zephyr-Core-3.4.0/drivers/spi/ |
D | spi_bitbang.c | 126 bool loop = false; in spi_bitbang_transceive() local 135 loop = true; in spi_bitbang_transceive() 183 if (!loop && do_read && !cpha) { in spi_bitbang_transceive() 192 if (!loop && do_read && cpha) { in spi_bitbang_transceive() 196 if (loop) { in spi_bitbang_transceive()
|