/Zephyr-Core-3.5.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.5.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 | 12 /* Internally loop-back TX and RX on PAD0 */
|
D | atsamc21n_xpro.overlay | 8 /* Internally loop-back TX and RX on PAD0 */
|
D | atsame54_xpro.overlay | 14 /* Internally loop-back TX and RX on PAD0 */
|
D | atsaml21_xpro.overlay | 12 /* internally loop-back Tx and Rx on PAD0 */
|
/Zephyr-Core-3.5.0/arch/riscv/core/ |
D | userspace.S | 31 loop: label 46 j loop
|
/Zephyr-Core-3.5.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.5.0/samples/modules/tflite-micro/magic_wand/src/ |
D | main.cpp | 28 loop(); in main()
|
D | main_functions.hpp | 34 void loop(void);
|
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.h | 34 void loop(void);
|
D | main.c | 32 loop(); in main()
|
D | main_functions.cpp | 81 void loop(void) in loop() function
|
/Zephyr-Core-3.5.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()
|
/Zephyr-Core-3.5.0/tests/lib/ringbuffer/src/ |
D | main.c | 945 int loop = 1000; in ZTEST() local 951 for (int i = 0; i < loop; i++) { in ZTEST() 956 PRINT("1 byte put-get, avg cycles: %d\n", timestamp/loop); in ZTEST() 961 for (int i = 0; i < loop; i++) { in ZTEST() 966 PRINT("4 byte put-get, avg cycles: %d\n", timestamp/loop); in ZTEST() 971 for (int i = 0; i < loop; i++) { in ZTEST() 977 PRINT("1 byte put claim-finish, avg cycles: %d\n", timestamp/loop); in ZTEST() 982 for (int i = 0; i < loop; i++) { in ZTEST() 988 PRINT("5 byte put claim-finish, avg cycles: %d\n", timestamp/loop); in ZTEST() 993 for (int i = 0; i < loop; i++) { in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/cavs/ |
D | power_down_cavs.S | 144 loop: label 146 bnez temp_reg0, loop
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/ |
D | power_down.S | 145 loop: label 147 bnez temp_reg0, loop
|
/Zephyr-Core-3.5.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.5.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.5.0/tests/drivers/spi/spi_loopback/boards/ |
D | atsamr21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
D | atsamd21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
D | atsame54_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
/Zephyr-Core-3.5.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.5.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.
|