/Zephyr-latest/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-latest/drivers/mbox/ |
D | Kconfig.ivshmem | 16 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/ |
D | Kconfig | 10 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/ |
D | samr21_xpro.overlay | 26 /* Internally loop-back TX and RX on PAD0 */ 30 /* PAD0 must be configured to allow working loop-back */
|
D | samr34_xpro.overlay | 29 /* internally loop-back Tx and Rx on PAD0 */ 37 /* PAD0 must be configured to allow working loop-back */
|
D | samd21_xpro.overlay | 12 /* Internally loop-back TX and RX on PAD0 */
|
D | samc21n_xpro.overlay | 8 /* Internally loop-back TX and RX on PAD0 */
|
D | same54_xpro.overlay | 14 /* Internally loop-back TX and RX on PAD0 */
|
D | saml21_xpro.overlay | 12 /* internally loop-back Tx and Rx on PAD0 */
|
/Zephyr-latest/arch/riscv/core/ |
D | userspace.S | 31 loop: label 46 j loop
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main.cpp | 28 loop(); in main()
|
D | main_functions.hpp | 34 void loop(void);
|
/Zephyr-latest/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-latest/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.h | 34 void loop(void);
|
D | main.c | 32 loop(); in main()
|
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/ |
D | main.c | 208 static void loop(void) in loop() function 234 loop(); in main() 238 loop(); in main() 247 loop(); in main()
|
/Zephyr-latest/drivers/spi/ |
D | spi_bitbang.c | 126 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/ |
D | power_down.S | 147 loop: label 149 bnez temp_reg0, loop
|
/Zephyr-latest/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-latest/soc/intel/intel_adsp/cavs/ |
D | power_down_cavs.S | 144 loop: label 146 bnez temp_reg0, loop
|
/Zephyr-latest/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-latest/samples/drivers/haptics/drv2605/boards/ |
D | nucleo_f401re.overlay | 19 loop-gain = "HIGH";
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | samd21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
D | samr21_xpro.overlay | 8 /* Internally connect MOSI to MISO for loop-back operation */
|
/Zephyr-latest/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
|