Home
last modified time | relevance | path

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

12345

/Zephyr-latest/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-latest/drivers/mbox/
DKconfig.ivshmem16 int "Stack size in bytes of IVSHMEM MBOX Event loop task"
19 Adjust the stack size, in bytes of the ivshmem event loop task.
22 int "Priority of IVSHMEM MBOX Event loop task"
25 Adjust the priority of the ivshmem event loop task.
/Zephyr-latest/samples/sensor/veaa_x_3/
DKconfig10 bool "Use sensor shell and disable loop"
16 int "Sample loop delay in milliseconds"
20 int "Sample kPa increment per loop"
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dsamr21_xpro.overlay26 /* Internally loop-back TX and RX on PAD0 */
30 /* PAD0 must be configured to allow working loop-back */
Dsamr34_xpro.overlay29 /* internally loop-back Tx and Rx on PAD0 */
37 /* PAD0 must be configured to allow working loop-back */
Dsamd21_xpro.overlay12 /* Internally loop-back TX and RX on PAD0 */
Dsamc21n_xpro.overlay8 /* Internally loop-back TX and RX on PAD0 */
Dsame54_xpro.overlay14 /* Internally loop-back TX and RX on PAD0 */
Dsaml21_xpro.overlay12 /* internally loop-back Tx and Rx on PAD0 */
/Zephyr-latest/arch/riscv/core/
Duserspace.S31 loop: label
46 j loop
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/
Dmain.cpp28 loop(); in main()
Dmain_functions.hpp34 void loop(void);
/Zephyr-latest/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-latest/samples/modules/tflite-micro/hello_world/src/
Dmain_functions.h34 void loop(void);
Dmain.c32 loop(); in main()
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/
Dmain.c208 static void loop(void) in loop() function
234 loop(); in main()
238 loop(); in main()
247 loop(); in main()
/Zephyr-latest/drivers/spi/
Dspi_bitbang.c126 bool loop = false; in spi_bitbang_transceive() local
136 loop = true; in spi_bitbang_transceive()
185 if (!loop && do_read && !cpha) { in spi_bitbang_transceive()
194 if (!loop && do_read && cpha) { in spi_bitbang_transceive()
201 if (loop) { in spi_bitbang_transceive()
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dpower_down.S147 loop: label
149 bnez temp_reg0, loop
/Zephyr-latest/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-latest/soc/intel/intel_adsp/cavs/
Dpower_down_cavs.S144 loop: label
146 bnez temp_reg0, loop
/Zephyr-latest/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-latest/samples/drivers/haptics/drv2605/boards/
Dnucleo_f401re.overlay19 loop-gain = "HIGH";
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dsamd21_xpro.overlay8 /* Internally connect MOSI to MISO for loop-back operation */
Dsamr21_xpro.overlay8 /* Internally connect MOSI to MISO for loop-back operation */
/Zephyr-latest/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

12345