/Zephyr-latest/tests/boards/espressif/cache_coex/ |
D | README.rst | 39 PASS - test_flash_integrity in 0.001 seconds 42 PASS - test_ram_integrity in 0.001 seconds 45 PASS - test_using_spiram in 0.001 seconds 49 SUITE PASS - 100.00% [cache_coex]: pass = 3, fail = 0, skip = 0, total = 3 duration = 0.003 seconds 50 - PASS - [cache_coex.test_flash_integrity] duration = 0.001 seconds 51 - PASS - [cache_coex.test_ram_integrity] duration = 0.001 seconds 52 - PASS - [cache_coex.test_using_spiram] duration = 0.001 seconds
|
/Zephyr-latest/tests/boards/espressif/rtc_clk/ |
D | README.rst | 58 PASS - test_cpu_pll_src in 0.020 seconds 65 PASS - test_cpu_xtal_src in 17.645 seconds 70 PASS - test_rtc_fast_src in 0.001 seconds 75 PASS - test_rtc_slow_src in 0.002 seconds 79 SUITE PASS - 100.00% [rtc_clk]: pass = 4, fail = 0, skip = 0, total = 4 duration = 17.668 seconds 80 - PASS - [rtc_clk.test_cpu_pll_src] duration = 0.020 seconds 81 - PASS - [rtc_clk.test_cpu_xtal_src] duration = 17.645 seconds 82 - PASS - [rtc_clk.test_rtc_fast_src] duration = 0.001 seconds 83 - PASS - [rtc_clk.test_rtc_slow_src] duration = 0.002 seconds
|
/Zephyr-latest/samples/net/sockets/sntp_client/src/ |
D | main.c | 53 (uint32_t)(sntp_time.seconds >> 32), (uint32_t)sntp_time.seconds); in main() 81 (uint32_t)(sntp_time.seconds >> 32), (uint32_t)sntp_time.seconds); in main()
|
/Zephyr-latest/lib/posix/options/ |
D | sleep.c | 17 unsigned sleep(unsigned int seconds) in sleep() argument 21 rem = k_sleep(K_SECONDS(seconds)); in sleep()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | uptime.c | 22 int64_t seconds; in cmd_kernel_uptime() local 41 seconds = milliseconds / MSEC_PER_SEC; in cmd_kernel_uptime() 46 days, hours, minutes, seconds, milliseconds); in cmd_kernel_uptime()
|
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/ |
D | README.rst | 13 * Busy-wait for 2 seconds 15 additionally set an alarm 10 seconds in the future to wake up the processor 37 3. Device will turn on and idle for 2 seconds 40 powered back on. Alternatively, wait 10 seconds for the SNVS RTC 55 RTC Alarm set for 10 seconds to wake from soft-off.
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | test_timer.py | 21 seconds = (test_period * test_samples) / 1_000_000 46 time_diff = stats['total_time'] - seconds - expected_total_drift 84 assert abs(time_diff) < seconds * max_drift_ppm / 1_000_000 97 seconds = (test_period * test_samples) / 1_000_000 102 stats, stats_count = tool.run(seconds, tool_options)
|
D | saleae_logic2.py | 20 seconds, output_dir): argument 31 after_trigger_seconds=seconds) 72 def run(seconds, options): argument 87 seconds + 1, output_dir)
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 21 is reported every 30 seconds. 29 every 30 seconds. 41 every 30 seconds. 52 30 seconds. 59 is reported every 30 seconds. 66 This number is reported every 30 seconds. 74 every 30 seconds. 81 is reported every 30 seconds.
|
/Zephyr-latest/subsys/net/lib/sntp/ |
D | sntp.c | 68 if (ntohl(pkt->orig_tm_s) != expected_orig_ts->seconds || in parse_response() 71 ntohl(pkt->orig_tm_s), ntohl(pkt->orig_tm_f), expected_orig_ts->seconds, in parse_response() 99 q32_32_s_to_ll_us(expected_orig_ts->seconds, expected_orig_ts->fraction); in parse_response() 125 res->seconds = (res->uptime_us + clk_offset_us) / USEC_PER_SEC; in parse_response() 130 res->seconds = ntohl(pkt->tx_tm_s); in parse_response() 140 res->seconds -= OFFSET_1970_JAN_1; in parse_response() 148 res->seconds += 0x100000000ULL - OFFSET_1970_JAN_1; in parse_response() 199 ctx->expected_orig_ts.seconds = ts_us / USEC_PER_SEC; in sntp_query() 201 tx_pkt.tx_tm_s = htonl(ctx->expected_orig_ts.seconds); in sntp_query()
|
/Zephyr-latest/tests/arch/arm/arm_custom_interrupt/ |
D | README.txt | 22 PASS - test_arm_interrupt in 0.001 seconds 28 … - 100.00% [arm_custom_interrupt]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.001 seconds 29 - PASS - [arm_custom_interrupt.test_arm_interrupt] duration = 0.001 seconds
|
/Zephyr-latest/samples/net/stats/ |
D | Kconfig | 9 int "How often to print statistics (in seconds)" 14 Print statistics after every n. seconds
|
/Zephyr-latest/samples/bluetooth/extended_adv/ |
D | README.rst | 17 Once the connection is established, the advertiser waits for 5 seconds to disconnect. 19 while the scanner cools-down for 5 seconds to restart its process. 56 Initiating disconnect within 5 seconds... 63 Initiating disconnect within 5 seconds... 81 Disconnected, cooldown for 5 seconds! 89 Disconnected, cooldown for 5 seconds! 97 Disconnected, cooldown for 5 seconds!
|
/Zephyr-latest/drivers/comparator/ |
D | Kconfig.shell | 14 int "Default timeout for await_trigger command in seconds" 18 int "Max timeout for await_trigger command in seconds"
|
D | comparator_shell.c | 122 long seconds; in get_timeout_from_str() local 125 seconds = strtol(timeout_str, &end, 10); in get_timeout_from_str() 127 (seconds < 1) || in get_timeout_from_str() 128 (seconds > AWAIT_TRIGGER_MAX_TIMEOUT)) { in get_timeout_from_str() 133 *timeout = K_SECONDS(seconds); in get_timeout_from_str()
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | Kconfig | 59 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)" 63 Keep alive time for MQTT-SN (in seconds). Sending of Ping Requests to 76 int "Time (seconds) to wait for responses" 81 int "Max time (seconds) to wait before sending SEARCHGW" 86 int "Max time (seconds) to wait before sending GWINFO"
|
/Zephyr-latest/tests/drivers/gnss/gnss_api/ |
D | Kconfig | 27 int "Search period for satellites in seconds" 31 int "Timeout waiting for a fix in seconds"
|
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
D | peripheral_mtu_update.c | 79 void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds) in run_peripheral_sample() argument 96 bool infinite = seconds == 0; in run_peripheral_sample() 98 for (int i = 0; (i < seconds) || infinite; i++) { in run_peripheral_sample()
|
D | main.c | 12 extern void run_peripheral_sample(uint8_t *notify_data, size_t notify_data_size, uint16_t seconds);
|
/Zephyr-latest/tests/boards/espressif/ethernet/ |
D | Kconfig | 9 int "DHCP Assign Timeout (in seconds)" 16 int "Gateway Ping Timeout (in seconds)"
|
/Zephyr-latest/tests/arch/common/ramfunc/ |
D | README.txt | 41 PASS - test_ramfunc in 0.229 seconds 47 SUITE PASS - 100.00% [ramfunc]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.229 seconds 48 - PASS - [ramfunc.test_ramfunc] duration = 0.229 seconds
|
/Zephyr-latest/tests/posix/eventfd/ |
D | Kconfig | 8 int "Number of seconds to run the test" 12 Duration for the test, in seconds. The range has a reblatively high 18 int "Number of seconds to run the test"
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | Kconfig | 56 int "Wi-Fi Scan Timeout (in seconds)" 63 int "Wi-Fi Connect Timeout (in seconds)" 70 int "Wi-Fi Disconnect Timeout (in seconds)" 77 int "Gateway Ping Timeout (in seconds)"
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.nxp_s32 | 21 Maximum duration in micro-seconds to transfer a byte data in blocking mode. 27 Maximum duration in micro-seconds to receive a byte data in blocking mode.
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/ |
D | Kconfig | 21 int "Configure data push interval in seconds" 26 int "Configure http request timeout in seconds"
|