Searched refs:PRIi64 (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/tests/drivers/sensor/akm09918c/src/ |
D | main.c | 78 "(X) expected %" PRIi64 " micro-gauss, got %" PRIi64 " micro-gauss", in test_fetch_magnetic_field() 84 "(Y) expected %" PRIi64 " micro-gauss, got %" PRIi64 " micro-gauss", in test_fetch_magnetic_field() 90 "(Z) expected %" PRIi64 " micro-gauss, got %" PRIi64 " micro-gauss", in test_fetch_magnetic_field()
|
/Zephyr-Core-3.5.0/tests/misc/print_format/src/ |
D | main.c | 19 printk("i%" PRIi64 "\n", INT64_C(64)); in main()
|
/Zephyr-Core-3.5.0/lib/libc/minimal/include/ |
D | inttypes.h | 31 #define PRIi64 "lli" /* int64_t */ macro
|
/Zephyr-Core-3.5.0/tests/drivers/sensor/icm42688/src/ |
D | main.c | 78 "Expected %" PRIi64 "uC, got %" PRIi64 "uC", expected_uc, actual_uc); in test_fetch_temp_mc()
|
/Zephyr-Core-3.5.0/samples/net/mqtt_sn_publisher/src/ |
D | udp.c | 92 err = snprintk(out, sizeof(out), "%" PRIi64, ts); in do_work()
|