Home
last modified time | relevance | path

Searched refs:PRIx32 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/
Dmain.c49 zassert_equal(arg1, foo1_arg1, "Was 0x%"PRIx32", expected 0x%"PRIx32, in foo1()
/Zephyr-latest/drivers/dma/
Ddma_xilinx_axi_dma.c387 LOG_ERR("DMA has internal error, DMASR = %" PRIx32, in dma_xilinx_axi_dma_channel_has_error()
394 LOG_ERR("DMA has slave error, DMASR = %" PRIx32, in dma_xilinx_axi_dma_channel_has_error()
401 LOG_ERR("DMA has decode error, DMASR = %" PRIx32, in dma_xilinx_axi_dma_channel_has_error()
408 LOG_ERR("DMA has SG internal error, DMASR = %" PRIx32, in dma_xilinx_axi_dma_channel_has_error()
415 LOG_ERR("DMA has SG slave error, DMASR = %" PRIx32, in dma_xilinx_axi_dma_channel_has_error()
422 LOG_ERR("DMA has SG decode error, DMASR = %" PRIx32, in dma_xilinx_axi_dma_channel_has_error()
428 LOG_ERR("Descriptor has SG decode error, status=%" PRIx32, descriptor->status); in dma_xilinx_axi_dma_channel_has_error()
433 LOG_ERR("Descriptor has SG slave error, status=%" PRIx32, descriptor->status); in dma_xilinx_axi_dma_channel_has_error()
438 LOG_ERR("Descriptor has SG internal error, status=%" PRIx32, descriptor->status); in dma_xilinx_axi_dma_channel_has_error()
473 LOG_ERR("Checksum offloading has FCS error status %" PRIx32 "!", in dma_xilinx_axi_dma_clean_up_sg_descriptors()
[all …]
/Zephyr-latest/tests/misc/print_format/src/
Dmain.c33 printk("x%" PRIx32 "\n", UINT32_C(32)); in main()
/Zephyr-latest/lib/libc/minimal/include/
Dinttypes.h75 #define PRIx32 "x" /* uint32_t */ macro
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c201 LOG_DBG("%s unhandled: %08" PRIx32 " %08" PRIx32, __func__, in handle_idle_state_events()
357 LOG_DBG("%s: error 0x%x (status=%08" PRIx32 ")", __func__, err, status); in process_command_response()
380 LOG_DBG("%s: error 0x%x (status=%08" PRIx32 ")", __func__, cmd->error, status); in process_data_status()
430 LOG_DBG("%s: state=%s evt=%" PRIx32 " dma=%" PRIx32, __func__, s_state_names[*pstate], in process_events()
534 LOG_DBG("sdmmc_handle_event: event %08" PRIx32 " %08" PRIx32 ", unhandled %08" PRIx32 in handle_event()
535 " %08" PRIx32, in handle_event()
543 LOG_DBG("sdmmc_handle_event: events unhandled: %08" PRIx32 " %08" PRIx32, in handle_event()
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c190 NET_INFO("State changed! Flags: 0x%08" PRIx32 " Current role: %s", in ot_state_changed_handler()