Searched refs:PRIi32 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/drivers/sensor/icm42688/src/ |
D | main.c | 121 "Expected %" PRIi32 " ug, got X=%" PRIi32 " ug", expect_ug, actual_ug); in test_fetch_accel_with_range() 126 "Expected %" PRIi32 " ug, got X=%" PRIi32 " ug", expect_ug, actual_ug); in test_fetch_accel_with_range() 131 "Expected %" PRIi32 " ug, got X=%" PRIi32 " ug", expect_ug, actual_ug); in test_fetch_accel_with_range() 183 "[scale=%" PRIi32 "md/s] Expected %" PRIi32 " 10ud/s, got %" PRIi32 in test_fetch_gyro_with_range() 190 "[scale=%" PRIi32 "md/s] Expected %" PRIi32 " 10ud/s, got %" PRIi32 in test_fetch_gyro_with_range() 197 "[scale=%" PRIi32 "md/s] Expected %" PRIi32 " 10ud/s, got %" PRIi32 in test_fetch_gyro_with_range()
|
/Zephyr-latest/tests/misc/print_format/src/ |
D | main.c | 18 printk("i%" PRIi32 "\n", INT32_C(32)); in main()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | inttypes.h | 30 #define PRIi32 "i" /* int32_t */ macro
|