Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/libc/minimal/include/
Dinttypes.h40 #define PRIx64 "llx" /* uint64_t */ macro
/Zephyr-Core-2.7.6/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c150 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()
Dieee802154_cc13xx_cc26xx.c84 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/
Dmain.c188 sizeof(txtime_str) - print_offset, "%"PRIx64, txtime); in tx()
205 sizeof(txtime_str) - print_offset, "%"PRIx64, txtime); in tx()