/Zephyr-latest/samples/subsys/nvs/ |
D | Kconfig | 14 int "Reboot countdown value (in iterations)" 18 Number of countdown iterations to wait before rebooting the device. 22 int "Sleep time between reboot countdown iterations (in milliseconds)" 26 Duration in milliseconds to sleep between reboot countdown iterations.
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/ |
D | power_mgmt.c | 226 uint8_t iterations = cycles; in test_pwr_mgmt_multithread() local 234 while (iterations-- > 0) { in test_pwr_mgmt_multithread() 282 uint8_t iterations = cycles; in test_pwr_mgmt_singlethread() local 288 while (iterations-- > 0) { in test_pwr_mgmt_singlethread() 323 uint8_t iterations = 1; in test_dummy_init() local 328 while (iterations-- > 0) { in test_dummy_init()
|
/Zephyr-latest/samples/subsys/fs/zms/ |
D | Kconfig | 7 int "The number of iterations that the sample writes the all set of data." 12 …int "The number of iterations after the sample delete all set of data and verify that it has been …
|
/Zephyr-latest/samples/net/sockets/big_http_download/ |
D | Kconfig | 19 int "Limit number of iterations" 22 Number of download iterations (0 - unlimited).
|
/Zephyr-latest/tests/posix/timers/ |
D | Kconfig | 7 int "Number of iterations to check clock_gettime() reliability" 14 int "Time to sleep between iterations in milliseconds"
|
/Zephyr-latest/samples/bluetooth/central_multilink/src/ |
D | main.c | 11 int init_central(uint8_t max_conn, uint8_t iterations);
|
D | central_multilink.c | 322 int init_central(uint8_t max_conn, uint8_t iterations) in init_central() argument 364 if (!iterations) { in init_central() 367 iterations--; in init_central() 368 printk("Iterations remaining: %u\n", iterations); in init_central()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | main.c | 11 int init_peripheral(uint8_t max_conn, uint8_t iterations);
|
D | peripheral_identity.c | 245 int init_peripheral(uint8_t max_conn, uint8_t iterations) in init_peripheral() argument 303 if (!iterations) { in init_peripheral() 306 iterations--; in init_peripheral() 307 printk("Iterations remaining: %u\n", iterations); in init_peripheral()
|
/Zephyr-latest/tests/posix/common/ |
D | Kconfig | 7 int "Number of iterations to check clock_gettime() reliability" 14 int "Time to sleep between iterations in milliseconds"
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ |
D | power_mgmt.c | 266 uint8_t iterations = cycles; in test_pwr_mgmt_multithread() local 280 while (iterations-- > 0) { in test_pwr_mgmt_multithread() 334 uint8_t iterations = cycles; in test_pwr_mgmt_singlethread() local 341 while (iterations-- > 0) { in test_pwr_mgmt_singlethread()
|
/Zephyr-latest/samples/net/sockets/http_client/src/ |
D | main.c | 363 int iterations = CONFIG_NET_SAMPLE_SEND_ITERATIONS; in main() local 367 while (iterations == 0 || i < iterations) { in main() 374 if (iterations > 0) { in main() 376 if (i >= iterations) { in main() 386 if (iterations == 0) { in main()
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | echo-client.c | 398 int iterations = CONFIG_NET_SAMPLE_SEND_ITERATIONS; in start_client() local 402 while (iterations == 0 || i < iterations) { in start_client() 423 if (iterations > 0) { in start_client() 425 if (i >= iterations) { in start_client()
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | Kconfig | 9 int "Number of iterations to gather data"
|
/Zephyr-latest/samples/bluetooth/central_multilink/ |
D | Kconfig | 7 int "Connection iterations"
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/ |
D | Kconfig | 7 int "Connection iterations"
|
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/src/ |
D | main.c | 28 int init_central(uint8_t max_conn, uint8_t iterations); 29 int init_peripheral(uint8_t max_conn, uint8_t iterations);
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | Kconfig | 9 int "Number of iterations to gather data" 35 This option displays the average time of all the iterations done for
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | Kconfig | 9 int "Number of iterations to gather data" 35 This option displays the average time of all the iterations done for
|
/Zephyr-latest/tests/subsys/sip_svc/ |
D | Kconfig | 18 Number of iterations to be performed.
|
/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
|
/Zephyr-latest/subsys/rtio/ |
D | Kconfig | 17 use polling on the completion queue with a k_yield() in between iterations. 30 iterations.
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | CMakeLists.txt | 9 # compensate for this, one can control the number of iterations in the PI
|
/Zephyr-latest/tests/boot/test_mcuboot/ |
D | sysbuild.cmake | 23 # iterations, the MCUBoot swap won't be triggered until the secondary app
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_runner.py | 477 def test_retry(self, capfd, out_path, test_path, test_platforms, iterations): argument 478 …args = ['--outdir', out_path, '-T', test_path, '--retry-failed', iterations, '--retry-interval', '… 498 assert int(iteration_number) == int(iterations) + 1 678 def test_retry_build_errors(self, capfd, out_path, test_path, test_platforms, iterations): argument 679 …rgs = ['--outdir', out_path, '-T', test_path, '--retry-build-errors', '--retry-failed', iterations, 700 assert int(iteration_number) == int(iterations) + 1
|