Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 91) sorted by relevance

1234

/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/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 */
Datsamd21_xpro.overlay12 /* Internally loop-back TX and RX on PAD0 */
Datsamc21n_xpro.overlay8 /* Internally loop-back TX and RX on PAD0 */
Datsame54_xpro.overlay14 /* Internally loop-back TX and RX on PAD0 */
Datsaml21_xpro.overlay12 /* internally loop-back Tx and Rx on PAD0 */
/Zephyr-Core-3.5.0/arch/riscv/core/
Duserspace.S31 loop: label
46 j 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/modules/tflite-micro/magic_wand/src/
Dmain.cpp28 loop(); in main()
Dmain_functions.hpp34 void loop(void);
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.h34 void loop(void);
Dmain.c32 loop(); in main()
Dmain_functions.cpp81 void loop(void) in loop() function
/Zephyr-Core-3.5.0/drivers/spi/
Dspi_bitbang.c126 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/
Dmain.c945 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/
Dpower_down_cavs.S144 loop: label
146 bnez temp_reg0, loop
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/
Dpower_down.S145 loop: label
147 bnez temp_reg0, loop
/Zephyr-Core-3.5.0/drivers/display/
Dmb_display.c46 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/
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/tests/drivers/spi/spi_loopback/boards/
Datsamr21_xpro.overlay8 /* Internally connect MOSI to MISO for loop-back operation */
Datsamd21_xpro.overlay8 /* Internally connect MOSI to MISO for loop-back operation */
Datsame54_xpro.overlay8 /* Internally connect MOSI to MISO for loop-back operation */
/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/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.

1234