/Zephyr-latest/drivers/flash/ |
D | flash_shell.c | 357 static void speed_output(const struct shell *sh, uint64_t total_time, double loops, double size) in speed_output() argument 359 double time_per_loop = (double)total_time / loops; in speed_output() 387 uint32_t loops = 0; in cmd_read_test() local 409 ++loops; in cmd_read_test() 411 shell_print(sh, "Loop #%u done in %llums.", loops, loop_time); in cmd_read_test() 415 speed_output(sh, total_time, (double)loops, (double)size); in cmd_read_test() 431 uint32_t loops = 0; in cmd_write_test() local 457 ++loops; in cmd_write_test() 459 shell_print(sh, "Loop #%u done in %llu ticks.", loops, loop_time); in cmd_write_test() 463 speed_output(sh, total_time, (double)loops, (double)size); in cmd_write_test() [all …]
|
/Zephyr-latest/kernel/ |
D | busy_wait.c | 40 unsigned int loops = loops_per_usec * usec_to_wait; in z_impl_k_busy_wait() local 42 while (loops-- > 0) { in z_impl_k_busy_wait()
|
D | Kconfig | 869 int "Number of CPU loops per microsecond for crude busy looping"
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | Kconfig | 5 int "Number of loops in the stress test" 11 For how many loops will the stress test run. The higher this number the longer the
|
/Zephyr-latest/subsys/fs/ |
D | shell.c | 599 static void speed_output(const struct shell *sh, uint64_t total_time, double loops, double size) in speed_output() argument 601 double time_per_loop = (double)total_time / loops; in speed_output() 630 uint32_t loops = 0; in cmd_read_test() local 662 while (loops < repeat) { in cmd_read_test() 699 ++loops; in cmd_read_test() 702 shell_print(sh, "Loop #%u done in %llums.", loops, loop_time); in cmd_read_test() 705 speed_output(sh, total_time, (double)loops, (double)size); in cmd_read_test() 722 uint32_t loops = 0; in cmd_erase_write_test() local 750 while (loops < repeat) { in cmd_erase_write_test() 806 ++loops; in cmd_erase_write_test() [all …]
|
/Zephyr-latest/tests/posix/semaphores/ |
D | Kconfig | 5 int "Number of loops in semaphore test"
|
/Zephyr-latest/tests/posix/common/ |
D | Kconfig | 28 int "Number of loops in semaphore test"
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | Kconfig | 37 int "Maximum number of NACK loops accepted" 41 How many times to accept NACK loops.
|
/Zephyr-latest/samples/drivers/spi_bitbang/ |
D | README.rst | 14 This sample loops through some different spi transfer configurations.
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 17 brightness. Three **for** loops (one for each component LED) generate a gradual
|
/Zephyr-latest/samples/boards/nordic/battery/ |
D | README.rst | 60 The application initializes battery measurement on startup, then loops
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
D | README.rst | 92 the full period of the sine curve, increase the number of loops in :file:`main.c`.
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 102 - There can **not** be busy wait loops in the application code that wait for 104 If busy wait loops do exist, they will behave as infinite loops and 154 Note that busy wait loops are in general a bad coding practice as they
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | Kconfig | 45 'alias loops'.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 453 * :github:`4600` - drivers:i2c_ll_stm32_v2: Interrupt mode uses while loops
|
D | release-notes-3.3.rst | 3178 * :github:`52708` - samples: drivers: watchdog: sample.drivers.watchdog loops endlessly 3179 * :github:`52707` - samples: subsys: task_wdt: sample.subsys.task_wdt loops endlessly
|
D | release-notes-2.4.rst | 1454 * :github:`26112` - bug: cmake loops when passing overlay file with left slashes in file path
|
D | release-notes-1.14.rst | 1764 * :github:`12241` - logging: log output busy loops if log output function can not process buffer
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 440 unnecessary relaying and helps in getting rid of relay loops. Setting
|