/Zephyr-latest/tests/benchmarks/sys_kernel/ |
D | README.txt | 16 average time for one iteration is displayed. 25 DETAILS: Average time for 1 iteration: NNNN nSec 36 DETAILS: Average time for 1 iteration: NNNN nSec 48 DETAILS: Average time for 1 iteration: NNNN nSec 58 DETAILS: Average time for 1 iteration: NNNN nSec 70 DETAILS: Average time for 1 iteration: NNNN nSec 82 DETAILS: Average time for 1 iteration: NNNN nSec 92 DETAILS: Average time for 1 iteration: NNNN nSec 104 DETAILS: Average time for 1 iteration: NNNN nSec 116 DETAILS: Average time for 1 iteration: NNNN nSec [all …]
|
/Zephyr-latest/tests/drivers/build_all/sensor/src/ |
D | generic_test.c | 149 for (size_t iteration = 0; iteration < CONFIG_GENERIC_SENSOR_TEST_NUM_EXPECTED_VALS; in run_generic_test() local 150 iteration++) { in run_generic_test() 164 &channel_table[ch_spec.chan_type].expected_values[iteration], in run_generic_test() 169 channel_table[i].expected_values[iteration], ch_spec.chan_type, in run_generic_test() 170 ch_spec.chan_idx, rv, iteration + 1, in run_generic_test() 177 iteration + 1, CONFIG_GENERIC_SENSOR_TEST_NUM_EXPECTED_VALS); in run_generic_test() 183 cqe->result, iteration + 1, in run_generic_test() 211 rv, ch, iteration + 1, in run_generic_test() 250 (int64_t)channel_table[ch].expected_values[iteration] in run_generic_test() 259 expected_shifted, actual_shifted, shift, ch, iteration + 1, in run_generic_test()
|
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 25 static uint32_t iteration; variable 75 iteration, exp_on ? "on" : "off"); in check_hf_status() 83 "%d: Unexpected status: %d", iteration, status); in check_hf_status() 105 iteration = 0; in ZTEST() 111 iteration++; in ZTEST() 193 iteration = 0; in ZTEST() 199 iteration++; in ZTEST()
|
/Zephyr-latest/tests/kernel/smp_suspend/src/ |
D | main.c | 84 for (unsigned int iteration = 0; iteration < 15; iteration++) { in ZTEST() local
|
/Zephyr-latest/drivers/display/ |
D | display_nrf_led_matrix.c | 111 uint8_t iteration; member 153 dev_data->iteration = ITERATION_COUNT - 1; in api_blanking_off() 340 uint8_t iteration = dev_data->iteration; in timer_irq_handler() local 367 ++iteration; in timer_irq_handler() 368 if (iteration >= ITERATION_COUNT) { in timer_irq_handler() 369 iteration = 0; in timer_irq_handler() 372 pixel_idx = dev_config->refresh_order[iteration]; in timer_irq_handler() 375 ++iteration; in timer_irq_handler() 376 if (iteration >= ITERATION_COUNT) { in timer_irq_handler() 377 iteration = 0; in timer_irq_handler() [all …]
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_nrf.h | 186 bool nrf_flash_sync_check_time_limit(uint32_t iteration);
|
/Zephyr-latest/tests/subsys/settings/fcb/src/ |
D | settings_test.h | 53 int iteration);
|
D | settings_test_fcb.c | 204 int iteration) in test_config_fill_area() argument 210 test_value[j][i] = ((j * 2) + i + iteration) % 10 + '0'; in test_config_fill_area()
|
/Zephyr-latest/tests/subsys/sip_svc/ |
D | Kconfig | 12 Number of SYNC and ASYNC packets to be sent per iteration
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 49 uint8_t iteration; member 357 static void send_sdu(int iteration, int chan_idx, int bytes) in send_sdu() argument 363 sys_put_le32(iteration, channels[chan_idx].payload); in send_sdu() 385 LOG_DBG("bt_l2cap_chan_sending ch: %i bytes: %i iteration: %i", chan_idx, bytes, iteration); in send_sdu() 401 send_sdu(ch->iteration, ch->chan_id, ch->bytes_to_send); in send_sdu_chan_worker() 408 channels[k].iteration = i; in send_sdu_concurrently()
|
/Zephyr-latest/subsys/bluetooth/controller/flash/ |
D | soc_flash_nrf_ticker.c | 251 bool nrf_flash_sync_check_time_limit(uint32_t iteration) in nrf_flash_sync_check_time_limit() argument 257 if (ticks_diff + ticks_diff/iteration > in nrf_flash_sync_check_time_limit()
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | Kconfig | 19 range boundaries. The test will run one iteration for each expected
|
/Zephyr-latest/samples/subsys/settings/ |
D | README.rst | 55 # iteration 0
|
/Zephyr-latest/include/zephyr/linker/ |
D | common-ram.ld | 68 * via iteration before the POST_KERNEL phase.
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 46 indicated the wakeup reason after each sleep iteration.
|
/Zephyr-latest/samples/basic/button/ |
D | README.rst | 112 iteration of the main loop, the state of GPIO line is monitored and printed to
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | runner.py | 381 def iteration(self): member in ExecutionCounter 385 @iteration.setter 386 def iteration(self, value): member in ExecutionCounter 1491 if results.iteration == 1: 1783 self.iteration = 0 1813 if self.results.iteration > 1: 1898 if self.results.iteration > 1:
|
/Zephyr-latest/cmake/linker_script/common/ |
D | common-ram.cmake | 29 # via iteration before the POST_KERNEL phase.
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_runner.py | 195 ec.iteration = 2 235 assert ec.iteration == 2 2115 results_mock.iteration = 1 2540 results_mock().iteration = 0 2545 results_mock().iteration += value * (-1 if decrement else 1) 2735 tr.results = mock.Mock(iteration=0)
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 324 int iteration = 0; in tcp_server_block_thread() local 340 chunk_size, recved, total_received, iteration, errno); in tcp_server_block_thread() 351 iteration++; in tcp_server_block_thread() 403 int iteration = 0; in test_send_recv_large_common() local 425 chunk_size, total_send, send_bytes, iteration, errno); in test_send_recv_large_common() 427 iteration++; in test_send_recv_large_common()
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 181 stop-iteration-return,
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | slist.rst | 56 iterated node during the iteration. Each of those macros also exists
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 270 reset using :c:func:`k_poll_signal_reset()` on each iteration if it has
|
/Zephyr-latest/doc/kernel/services/scheduling/ |
D | index.rst | 350 * go to next loop iteration (the semaphore might have been given
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 924 itertation||iteration
|