Searched refs:PRIxPTR (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/arch/arc/core/ |
D | fatal.c | 27 LOG_ERR(" r0: 0x%" PRIxPTR " r1: 0x%" PRIxPTR " r2: 0x%" PRIxPTR " r3: 0x%" PRIxPTR "", in dump_arc_esf() 29 LOG_ERR(" r4: 0x%" PRIxPTR " r5: 0x%" PRIxPTR " r6: 0x%" PRIxPTR " r7: 0x%" PRIxPTR "", in dump_arc_esf() 31 LOG_ERR(" r8: 0x%" PRIxPTR " r9: 0x%" PRIxPTR " r10: 0x%" PRIxPTR " r11: 0x%" PRIxPTR "", in dump_arc_esf() 33 LOG_ERR("r12: 0x%" PRIxPTR " r13: 0x%" PRIxPTR " pc: 0x%" PRIxPTR "", in dump_arc_esf() 35 LOG_ERR(" blink: 0x%" PRIxPTR " status32: 0x%" PRIxPTR "", esf->blink, esf->status32); in dump_arc_esf() 37 LOG_ERR("lp_end: 0x%" PRIxPTR " lp_start: 0x%" PRIxPTR " lp_count: 0x%" PRIxPTR "", in dump_arc_esf()
|
/Zephyr-Core-3.5.0/subsys/storage/flash_map/ |
D | flash_map_shell.c | 32 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s %-24.24s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb() 36 shell_print(sh, "%2d 0x%0*" PRIxPTR " %-26s 0x%-10x 0x%-12x", (int)fa->fa_id, in fa_cb()
|
/Zephyr-Core-3.5.0/lib/libc/minimal/include/ |
D | inttypes.h | 86 #define PRIxPTR "lx" /* uintptr_t */ macro
|
/Zephyr-Core-3.5.0/arch/riscv/core/ |
D | fatal.c | 24 #define PR_REG "%08" PRIxPTR 27 #define PR_REG "%016" PRIxPTR
|
/Zephyr-Core-3.5.0/tests/lib/heap/src/ |
D | main.c | 400 TC_PRINT("Heap 0x%" PRIxPTR ", alloc %p, size %u\n", in heap_alloc_cb() 409 TC_PRINT("Heap 0x%" PRIxPTR ", free %p, size %u\n", in heap_free_cb()
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | i2c_xilinx_axi.c | 228 LOG_DBG("ISR called for 0x%08" PRIxPTR ", status 0x%02x", config->base, int_status); in i2c_xilinx_axi_isr() 266 LOG_INF("Configuring %s at 0x%08" PRIxPTR, dev->name, config->base); in i2c_xilinx_axi_configure()
|
/Zephyr-Core-3.5.0/tests/lib/mem_blocks/src/ |
D | main.c | 91 TC_PRINT("[%u] Heap 0x%" PRIxPTR ", alloc %p, size %u\n", in mem_block_alloc_free_cb()
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | x86_mmu.c | 452 "unaligned address 0x%" PRIxPTR, addr); in assert_addr_aligned() 659 printk("%s at %p (0x%" PRIxPTR "): ", info->name, table, in dump_ptables()
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-2.5.rst | 1770 * :github:`27006` - unsynchronized newlib uintptr_t and PRIxPTR definition on xtensa
|
D | release-notes-2.7.rst | 1378 * :github:`37718` - Incompatible (u)intptr_t type and PRIxPTR definitions
|