Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/drivers/dma/scatter_gather/src/
Dtest_dma_sg.c108 TC_PRINT("dma block %d block_size %d, source addr %" PRIx64 ", dest addr %" in test_sg()
109 PRIx64 "\n", i, CONFIG_DMA_SG_XFER_SIZE, dma_block_cfgs[i].source_address, in test_sg()
/Zephyr-latest/tests/misc/print_format/src/
Dmain.c34 printk("x%" PRIx64 "\n", UINT64_C(64)); in main()
/Zephyr-latest/lib/libc/minimal/include/
Dinttypes.h76 #define PRIx64 "llx" /* uint64_t */ macro
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c320 LOG_DBG("ch: %u cmd: %04x cs st: %04x tx st: %04x e: 0x%" PRIx64, ch, in cmd_prop_tx_adv_callback()
403 LOG_DBG("ch: %u cmd: %04x st: %04x e: 0x%" PRIx64, ch, in cmd_prop_rx_adv_callback()
434 LOG_ERR("client error: 0x%" PRIx64, e); in client_error_callback()
481 LOG_DBG("Failed to request CCA: 0x%" PRIx64, events); in ieee802154_cc13xx_cc26xx_subg_cca()
606 LOG_DBG("Failed to set frequency: 0x%" PRIx64, events); in ieee802154_cc13xx_cc26xx_subg_set_channel()
720 LOG_DBG("Failed to run command (%" PRIx64 ")", events); in ieee802154_cc13xx_cc26xx_subg_tx()
967 LOG_ERR("Failed to set frequency: 0x%" PRIx64, events); in ieee802154_cc13xx_cc26xx_subg_init()
Dieee802154_cc13xx_cc26xx.c82 LOG_DBG("e: 0x%" PRIx64, e); in cmd_ieee_csma_callback()
98 LOG_DBG("e: 0x%" PRIx64, e); in cmd_ieee_rx_callback()
117 LOG_DBG("e: 0x%" PRIx64, e); in client_error_callback()
205 LOG_ERR("Failed to set frequency: 0x%" PRIx64, reason); in ieee802154_cc13xx_cc26xx_set_channel()
356 LOG_DBG("Failed to run command (0x%" PRIx64 ")", in ieee802154_cc13xx_cc26xx_tx()
635 LOG_ERR("Failed to set frequency: 0x%" PRIx64, reason); in ieee802154_cc13xx_cc26xx_init()
/Zephyr-latest/tests/kernel/timer/cycle64/src/
Dmain.c30 printk("[%03d:%02d:%02d:%02d.%03d]: cycle: %016" PRIx64 "\n", d, h, m, s, (int)ms, c64); in msg()
/Zephyr-latest/include/zephyr/xen/public/
Darch-arm.h205 #define PRI_xen_pfn PRIx64
215 #define PRI_xen_ulong PRIx64
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c195 sizeof(txtime_str) - print_offset, "%"PRIx64, (uint64_t)txtime); in tx()
212 sizeof(txtime_str) - print_offset, "%"PRIx64, (uint64_t)txtime); in tx()