/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/ |
D | main.c | 33 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 43 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 129 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 147 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 167 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 187 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 238 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 254 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 271 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST() 287 PRIu64"-"PRIu64"!="PRIu32"\n", in ZTEST()
|
/Zephyr-latest/drivers/dma/ |
D | dma_rpi_pico.c | 120 LOG_ERR("channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, channel); in dma_rpi_pico_config() 130 LOG_ERR("channel_priority must be < 4 (%" PRIu32 ")", dma_cfg->channel_priority); in dma_rpi_pico_config() 157 LOG_ERR("source_data_size must be 1, 2, or 4 (%" PRIu32 ")", in dma_rpi_pico_config() 168 LOG_ERR("dest_data_size must be 1, 2, or 4 (%" PRIu32 ")", dma_cfg->dest_data_size); in dma_rpi_pico_config() 174 "MEMORY_TO_PERIPHERAL or PERIPHERAL_TO_MEMORY (%" PRIu32 ")", in dma_rpi_pico_config() 212 LOG_ERR("reload channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_reload() 236 LOG_ERR("start channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_start() 255 LOG_ERR("stop channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_stop() 279 LOG_ERR("channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_get_status()
|
D | dma_max32.c | 85 LOG_ERR("Invalid DMA channel - must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, in max32_dma_config() 164 LOG_ERR("Invalid DMA channel - must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, in max32_dma_reload() 188 LOG_ERR("Invalid DMA channel - must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, in max32_dma_start() 207 LOG_ERR("Invalid DMA channel - must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, in max32_dma_stop() 225 LOG_ERR("Invalid DMA channel - must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, in max32_dma_get_status()
|
D | dma_gd32.c | 350 LOG_ERR("channel must be < %" PRIu32 " (%" PRIu32 ")", in dma_gd32_config() 361 LOG_ERR("channel_priority must be < 4 (%" PRIu32 ")", in dma_gd32_config() 391 LOG_ERR("source_data_size must be 1, 2, or 4 (%" PRIu32 ")", in dma_gd32_config() 398 LOG_ERR("dest_data_size must be 1, 2, or 4 (%" PRIu32 ")", in dma_gd32_config() 405 "MEMORY_TO_PERIPHERAL or PERIPHERAL_TO_MEMORY (%" PRIu32 in dma_gd32_config() 418 LOG_ERR("dma_slot must be <7 (%" PRIu32 ")", in dma_gd32_config() 496 LOG_ERR("reload channel must be < %" PRIu32 " (%" PRIu32 ")", in dma_gd32_reload() 532 LOG_ERR("start channel must be < %" PRIu32 " (%" PRIu32 ")", in dma_gd32_start() 551 LOG_ERR("stop channel must be < %" PRIu32 " (%" PRIu32 ")", in dma_gd32_stop() 573 LOG_ERR("channel must be < %" PRIu32 " (%" PRIu32 ")", in dma_gd32_get_status()
|
D | dma_si32.c | 140 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_config() 196 LOG_ERR("source_data_size must be 1, 2, or 4 (%" PRIu32 ")", cfg->source_data_size); in dma_si32_config() 201 LOG_ERR("dest_data_size must be 1, 2, or 4 (%" PRIu32 ")", cfg->dest_data_size); in dma_si32_config() 248 LOG_ERR("source_data_size must be 1, 2, or 4 (%" PRIu32 ")", cfg->source_data_size); in dma_si32_config() 357 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_start() 407 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_stop()
|
D | dma_xilinx_axi_dma.c | 295 LOG_DBG("DMA IRQ state: %x TX IRQN: %" PRIu32 " RX IRQN: %" PRIu32, ret, in dma_xilinx_axi_dma_lock_irq() 595 LOG_ERR("Invalid channel %" PRIu32 " - must be < %" PRIu32 "!", channel, in dma_xilinx_axi_dma_start() 709 LOG_ERR("Invalid channel %" PRIu32 " - must be < %" PRIu32 "!", channel, in dma_xilinx_axi_dma_stop() 739 LOG_ERR("Invalid channel %" PRIu32 " - must be < %" PRIu32 "!", channel, in dma_xilinx_axi_dma_get_status() 830 LOG_ERR("Invalid channel %" PRIu32 " - must be < %" PRIu32 "!", channel, in dma_xilinx_axi_dma_config_reload() 874 LOG_ERR("Invalid channel %" PRIu32 " - must be < %" PRIu32 "!", channel, in dma_xilinx_axi_dma_configure() 880 LOG_ERR("Invalid number of configured channels (%" PRIu32 in dma_xilinx_axi_dma_configure() 881 ") - Xilinx AXI DMA must have %" PRIu32 " channels!", in dma_xilinx_axi_dma_configure()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | kernel.c | 28 "Zephyr V%2"PRIu32".%2"PRIu32".%2"PRIu32, in osKernelGetInfo()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | common.c | 94 TC_PRINT("For "DISK_NAME" using sector write size %"PRIu32" to write %"PRIu32" at once\n", in wipe_partition() 99 TC_PRINT("Failed to \"erase\" sector %"PRIu32" to "DISK_NAME"\n", in wipe_partition()
|
/Zephyr-latest/tests/drivers/pwm/pwm_api/src/ |
D | test_pwm.c | 124 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in test_task() 192 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in ZTEST_USER()
|
/Zephyr-latest/subsys/lorawan/nvm/ |
D | lorawan_nvm_settings.c | 60 LOG_DBG("Crypto version: %"PRIu32", DevNonce: %d, JoinNonce: %"PRIu32, in lorawan_nvm_save_settings() 164 LOG_DBG("Crypto version: %"PRIu32", DevNonce: %d, JoinNonce: %"PRIu32, in lorawan_nvm_data_restore()
|
/Zephyr-latest/include/zephyr/dsp/ |
D | print_format.h | 30 #define PRIq(precision) "s%" PRIu32 ".%0" STRINGIFY(precision) PRIu32
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | logging_ext.c | 24 LOG_INF("A number is %" PRIu32, number); in test_entry()
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | main.c | 112 printk("Swapping %2u threads: %8" PRIu32 " cyc & %6" PRIu32 " rounds -> %6" in exec_test()
|
/Zephyr-latest/tests/misc/print_format/src/ |
D | main.c | 28 printk("u%" PRIu32 "\n", UINT32_C(32)); in main()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | inttypes.h | 60 #define PRIu32 "u" /* uint32_t */ macro
|
/Zephyr-latest/drivers/disk/ |
D | ramdisk.c | 52 LOG_ERR("Sector %" PRIu32 " is outside the range %zu", in disk_ram_access_read() 70 LOG_ERR("Sector %" PRIu32 " is outside the range %zu", in disk_ram_access_write()
|
D | flashdisk.c | 194 LOG_ERR("sector start %" PRIu32 " count %" PRIu32 in sectors_in_range()
|
/Zephyr-latest/samples/subsys/logging/dictionary/src/ |
D | main.c | 44 LOG_DBG("int32_t %" PRId32 ", uint32_t %" PRIu32, i32, u32); in main()
|
/Zephyr-latest/samples/basic/button/src/ |
D | main.c | 42 printk("Button pressed at %" PRIu32 "\n", k_cycle_get_32()); in button_pressed()
|
/Zephyr-latest/modules/openthread/platform/ |
D | diag.c | 404 diag_output("transmit will send %" PRId32 " diagnostic messages with %" PRIu32 in processTransmit() 428 diag_output("sending %" PRId32 " diagnostic messages with %" PRIu32 in processTransmit() 446 diag_output("set diagnostic messages interval to %" PRIu32 in processTransmit()
|
/Zephyr-latest/tests/subsys/logging/dictionary/src/ |
D | main.c | 45 LOG_DBG("int32_t %" PRId32 ", uint32_t %" PRIu32, i32, u32); in main()
|
/Zephyr-latest/drivers/led/ |
D | led_pwm.c | 115 LOG_DBG("PWM %p running pm action %" PRIu32, led->dev, action); in led_pwm_pm_action()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dns_cache.c | 45 NET_DBG("Add \"%s\" with TTL %" PRIu32, query, ttl); in dns_cache_add()
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | inference_process.cpp | 115 printk("Model schema version unsupported: version=%" PRIu32 ", supported=%d.\n", in runJob()
|
/Zephyr-latest/drivers/lora/ |
D | shell.c | 131 shell_print(sh, " Frequency: %" PRIu32 " Hz", in lora_conf_dump()
|