Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/samples/subsys/nvs/
DKconfig14 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/
Dpower_mgmt.c226 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/
DKconfig7 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/
DKconfig19 int "Limit number of iterations"
22 Number of download iterations (0 - unlimited).
/Zephyr-latest/tests/posix/timers/
DKconfig7 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/
Dmain.c11 int init_central(uint8_t max_conn, uint8_t iterations);
Dcentral_multilink.c322 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/
Dmain.c11 int init_peripheral(uint8_t max_conn, uint8_t iterations);
Dperipheral_identity.c245 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/
DKconfig7 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/
Dpower_mgmt.c266 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/
Dmain.c363 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/
Decho-client.c398 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/
DKconfig9 int "Number of iterations to gather data"
/Zephyr-latest/samples/bluetooth/central_multilink/
DKconfig7 int "Connection iterations"
/Zephyr-latest/samples/bluetooth/peripheral_identity/
DKconfig7 int "Connection iterations"
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/src/
Dmain.c28 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/
DKconfig9 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/
DKconfig9 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/
DKconfig18 Number of iterations to be performed.
/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
/Zephyr-latest/subsys/rtio/
DKconfig17 use polling on the completion queue with a k_yield() in between iterations.
30 iterations.
/Zephyr-latest/tests/kernel/fpu_sharing/generic/
DCMakeLists.txt9 # compensate for this, one can control the number of iterations in the PI
/Zephyr-latest/tests/boot/test_mcuboot/
Dsysbuild.cmake23 # iterations, the MCUBoot swap won't be triggered until the secondary app
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_runner.py477 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

12