Searched refs:PRIx32 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/arch/arm/arm_tz_wrap_func/src/ |
D | main.c | 49 zassert_equal(arg1, foo1_arg1, "Was 0x%"PRIx32", expected 0x%"PRIx32, in foo1()
|
/Zephyr-latest/drivers/dma/ |
D | dma_xilinx_axi_dma.c | 387 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/ |
D | main.c | 33 printk("x%" PRIx32 "\n", UINT32_C(32)); in main()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | inttypes.h | 75 #define PRIx32 "x" /* uint32_t */ macro
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_esp32.c | 201 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/ |
D | openthread.c | 190 NET_INFO("State changed! Flags: 0x%08" PRIx32 " Current role: %s", in ot_state_changed_handler()
|