Searched refs:PRIx64 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-2.7.6/lib/libc/minimal/include/ |
D | inttypes.h | 40 #define PRIx64 "llx" /* uint64_t */ macro
|
/Zephyr-Core-2.7.6/drivers/ieee802154/ |
D | ieee802154_cc13xx_cc26xx_subg.c | 150 LOG_DBG("ch: %u cmd: %04x cs st: %04x tx st: %04x e: 0x%" PRIx64, ch, in cmd_prop_tx_adv_callback() 163 LOG_DBG("ch: %u cmd: %04x st: %04x e: 0x%" PRIx64, ch, in cmd_prop_rx_adv_callback() 184 LOG_DBG("e: 0x%" PRIx64, e); in client_error_callback() 284 LOG_DBG("Failed to set frequency: 0x%" PRIx64, reason); in ieee802154_cc13xx_cc26xx_subg_set_channel() 387 LOG_DBG("Failed to run command (%" PRIx64 ")", reason); in ieee802154_cc13xx_cc26xx_subg_tx() 681 LOG_ERR("Failed to set frequency: 0x%" PRIx64, reason); in ieee802154_cc13xx_cc26xx_subg_init()
|
D | ieee802154_cc13xx_cc26xx.c | 84 LOG_DBG("e: 0x%" PRIx64, e); in cmd_ieee_csma_callback() 100 LOG_DBG("e: 0x%" PRIx64, e); in cmd_ieee_rx_callback() 119 LOG_DBG("e: 0x%" PRIx64, e); in client_error_callback() 335 LOG_DBG("Failed to run command (0x%" PRIx64 ")", in ieee802154_cc13xx_cc26xx_tx() 585 LOG_ERR("Failed to set frequency: 0x%" PRIx64, reason); in ieee802154_cc13xx_cc26xx_init()
|
/Zephyr-Core-2.7.6/samples/net/sockets/txtime/src/ |
D | main.c | 188 sizeof(txtime_str) - print_offset, "%"PRIx64, txtime); in tx() 205 sizeof(txtime_str) - print_offset, "%"PRIx64, txtime); in tx()
|