/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/ |
D | isoal_test_debug.c | 56 PRINT("\n"); in isoal_test_debug_print_rx_pdu() 57 PRINT("PDU %04u (%10u) | %12s [%10s] %03u: ", in isoal_test_debug_print_rx_pdu() 67 PRINT("[%s %s %03u]", in isoal_test_debug_print_rx_pdu() 72 PRINT("(%8uus)", in isoal_test_debug_print_rx_pdu() 78 PRINT(" / "); in isoal_test_debug_print_rx_pdu() 79 PRINT("[%02x %02x]", in isoal_test_debug_print_rx_pdu() 83 PRINT("(%02x %02x %02x)", in isoal_test_debug_print_rx_pdu() 89 PRINT(" : "); in isoal_test_debug_print_rx_pdu() 95 PRINT("%02x ", pdu->payload[i]); in isoal_test_debug_print_rx_pdu() 98 PRINT("\n%44s", ""); in isoal_test_debug_print_rx_pdu() [all …]
|
/Zephyr-latest/tests/lib/cbprintf_fp/src/ |
D | main.c | 10 #define PRINT(...) printk(__VA_ARGS__) macro 18 #define PRINT(...) printf(__VA_ARGS__) macro 26 #define PRINT(...) printfcb(__VA_ARGS__) macro 30 #define PRINT(...) fprintf(stdout, __VA_ARGS__) macro 34 #define PRINT(...) fprintfcb(stdout, __VA_ARGS__) macro 41 PRINT("Hello with %s on %s\nComplete\n", PRINT_S, CONFIG_BOARD); in main()
|
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
D | main.c | 27 #define DBG_PRINT(...) PRINT(__VA_ARGS__) 117 PRINT("In total %d message were stored.\n", total_cnt); in ZTEST() 155 PRINT("%sAverage logging a message: %u cycles (%u us)\n", in run_log_message_store_time_no_overwrite() 200 PRINT("Average overwrite logging a message: %u cycles (%u us)\n", in ZTEST() 228 PRINT("%slogging with transient string %u cycles (%u us).", in ZTEST() 236 PRINT("LOGGING MODE:%s\n", IS_ENABLED(CONFIG_LOG_MODE_DEFERRED) ? "DEFERRED" : "IMMEDIATE"); in log_benchmark_setup() 237 PRINT("\tOVERWRITE: %d\n", IS_ENABLED(CONFIG_LOG_MODE_OVERFLOW)); in log_benchmark_setup() 238 PRINT("\tBUFFER_SIZE: %d\n", CONFIG_LOG_BUFFER_SIZE); in log_benchmark_setup() 239 PRINT("\tSPEED: %d", IS_ENABLED(CONFIG_LOG_SPEED)); in log_benchmark_setup()
|
/Zephyr-latest/tests/drivers/gnss/gnss_api/src/ |
D | test_enabled_systems.c | 71 PRINT("searching with enabled system %u\n", expected_systems); in test_validate_satellites() 76 PRINT("found no satellites\n"); in test_validate_satellites() 78 PRINT("found satellites\n"); in test_validate_satellites()
|
/Zephyr-latest/boards/arduino/nano_33_ble/support/ |
D | startup.cmm | 25 PRINT %ERROR "Missing ELF file path" 65 PRINT "Use gdb remote: &gdbRemote" 69 PRINT %ERROR "GDB Port not defined." 89 PRINT %ERROR "Error while connecting to the target."
|
/Zephyr-latest/tests/subsys/logging/log_stack/src/ |
D | main.c | 37 PRINT("#elif %sdefined(CONFIG_LOG_MODE_IMMEDIATE) && %sdefined(CONFIG_NO_OPTIMIZATIONS)\n", in after() 40 PRINT("#define SIMPLE_USAGE %zu\n", simple_usage); in after() 41 PRINT("#define HEXDUMP_USAGE %zu\n", hexdump_usage); in after() 42 PRINT("#define MORE_ARGS_USAGE %zu\n", more_args_usage); in after() 62 PRINT("Stack increase due to log usage: %zu\n", usage); \
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest.h | 38 #define PRINT printk macro
|
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/ |
D | main.c | 242 PRINT("RTC event scheduled at %dus for %dus," in ZTEST() 255 PRINT("RTC event scheduled now, at %dus," in ZTEST() 364 PRINT("RTC ticks before overflow injection: %u\r\n", in ZTEST() 369 PRINT("RTC ticks after overflow injection: %u\r\n", in ZTEST() 389 PRINT("RTC event scheduled at %llu ticks for %llu ticks," in ZTEST() 407 PRINT("RTC event scheduled at %llu ticks for %llu ticks," in ZTEST() 423 PRINT("RTC event scheduled at %llu ticks for %llu ticks," in ZTEST()
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 35 PRINT %ERROR "Missing ELF file path" 81 PRINT %ERROR "Failed to download the code to flash" 118 PRINT %ERROR "Invalid command: &command"
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | concurrent.c | 284 PRINT("Test report:\n"); in stress_test() 285 PRINT("\tClaims:%ld, claim misses:%ld\n", data.claim_cnt, data.claim_miss_cnt); in stress_test() 286 PRINT("\tProduced:%ld, allocation failures:%ld\n", data.produce_cnt, data.alloc_fails); in stress_test() 287 PRINT("\tDropped: %ld\n", data.dropped); in stress_test()
|
D | main.c | 233 PRINT("%s buffer\n", pow2 ? "pow2" : "non-pow2"); in benchmark_item_put() 234 PRINT("single word put time: %d cycles\n", t/repeat); in benchmark_item_put() 247 PRINT("single word item claim,free: %d cycles\n", t/repeat); in benchmark_item_put() 403 PRINT("%spow2 buffer\n", pow2 ? "" : "non-"); in benchmark_item_put_ext() 404 PRINT("put_ext time: %d cycles\n", t/repeat); in benchmark_item_put_ext() 417 PRINT("ext item claim,free: %d cycles\n", t/repeat); in benchmark_item_put_ext() 454 PRINT("%spow2 buffer\n", pow2 ? "" : "non-"); in benchmark_item_put_data() 455 PRINT("put_ext time: %d cycles\n", cyc/repeat); in benchmark_item_put_data() 468 PRINT("ext item claim,free: %d cycles\n", cyc/repeat); in benchmark_item_put_data()
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 33 PRINT %ERROR "Missing ELF file path" 88 PRINT %ERROR "ERROR ! Failed to download the code to flash" 125 PRINT %ERROR "Invalid command"
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | main.c | 873 PRINT("Configuration:\n"); in log_api_suite_setup() 874 PRINT("\t Mode: %s\n", in log_api_suite_setup() 877 PRINT("\t Frontend: %s\n", in log_api_suite_setup() 879 PRINT("\t Runtime filtering: %s\n", in log_api_suite_setup() 881 PRINT("\t Overwrite: %s\n", in log_api_suite_setup() 884 PRINT("\t No backends\n"); in log_api_suite_setup() 887 PRINT("\t C++: yes\n"); in log_api_suite_setup()
|
/Zephyr-latest/tests/lib/ringbuffer/src/ |
D | concurrent.c | 289 PRINT("Producing interrupts consuming\n"); in test_ringbuffer_stress() 292 PRINT("Consuming interrupts producing\n"); in test_ringbuffer_stress()
|
D | main.c | 956 PRINT("1 byte put-get, avg cycles: %d\n", timestamp/loop); in ZTEST() 966 PRINT("4 byte put-get, avg cycles: %d\n", timestamp/loop); in ZTEST() 977 PRINT("1 byte put claim-finish, avg cycles: %d\n", timestamp/loop); in ZTEST() 988 PRINT("5 byte put claim-finish, avg cycles: %d\n", timestamp/loop); in ZTEST() 999 PRINT("5 byte get claim-finish, avg cycles: %d\n", timestamp/loop); in ZTEST()
|
/Zephyr-latest/tests/drivers/interrupt_controller/multi_level_backend/src/ |
D | main.c | 16 #define DEBUG_PRINT(...) PRINT(__VA_ARGS__)
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/ |
D | startup.cmm | 37 PRINT %ERROR "Missing ELF file path" 45 PRINT %ERROR "Invalid rtu number: &rtu" 53 PRINT %ERROR "Invalid core number: &core"
|
/Zephyr-latest/tests/drivers/uart/uart_pm/src/ |
D | main.c | 255 PRINT("RX is disabled\n"); in uart_pm_setup()
|
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/ |
D | test_clock_control.c | 90 PRINT("test skipped for subsys:%d\n", (int)subsys); in test_with_single_instance()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ |
D | isoal_test_rx.c | 318 PRINT("Latency %s calculated %dus.\n", framed ? "framed" : "unframed", latency); in calc_rx_latency_by_role() 319 PRINT("\tFT %d\n\tISO Interval %dus\n\tSDU Interval %dus" in calc_rx_latency_by_role() 341 PRINT("Increment time offset for same event %lu --> %lu\n", time_offset, result); in get_next_time_offset() 347 PRINT("Increment time offset for next event %lu --> %lu\n", time_offset, result); in get_next_time_offset() 366 PRINT("[isoal_get_wrapped_time_us] time_now %12lu time_diff %12ld result %lu\n", in isoal_get_wrapped_time_test() 402 PRINT("RX Test Setup:\n\tHandle 0x%04x\n\tRole %s\n\tFraming %s" in basic_rx_test_setup()
|
D | isoal_test_tx.c | 369 PRINT("[isoal_get_time_diff] time_before %12lu time_after %12lu result %lu\n", in isoal_get_time_diff_test() 374 PRINT("[isoal_get_time_diff] time_before %12lu time_after %12lu result INVALID\n", in isoal_get_time_diff_test() 412 PRINT("TX Test Setup:\n\tHandle 0x%04x\n\tRole %s\n\tFraming %s" in basic_tx_test_setup()
|