Home
last modified time | relevance | path

Searched refs:PRIu32 (Results 1 – 19 of 19) sorted by relevance

/Zephyr-Core-3.5.0/tests/boards/native_posix/cpu_wait/src/
Dmain.c33 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-Core-3.5.0/drivers/dma/
Ddma_rpi_pico.c116 LOG_ERR("channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, channel); in dma_rpi_pico_config()
126 LOG_ERR("channel_priority must be < 4 (%" PRIu32 ")", dma_cfg->channel_priority); in dma_rpi_pico_config()
153 LOG_ERR("source_data_size must be 1, 2, or 4 (%" PRIu32 ")", in dma_rpi_pico_config()
164 LOG_ERR("dest_data_size must be 1, 2, or 4 (%" PRIu32 ")", dma_cfg->dest_data_size); in dma_rpi_pico_config()
170 "MEMORY_TO_PERIPHERAL or PERIPHERAL_TO_MEMORY (%" PRIu32 ")", in dma_rpi_pico_config()
208 LOG_ERR("reload channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_reload()
232 LOG_ERR("start channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_start()
251 LOG_ERR("stop channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_stop()
275 LOG_ERR("channel must be < %" PRIu32 " (%" PRIu32 ")", cfg->channels, ch); in dma_rpi_pico_get_status()
Ddma_gd32.c350 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()
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/
Dkernel.c28 "Zephyr V%2"PRIu32".%2"PRIu32".%2"PRIu32, in osKernelGetInfo()
/Zephyr-Core-3.5.0/include/zephyr/dsp/
Dprint_format.h30 #define PRIq(precision) "s%" PRIu32 ".%0" STRINGIFY(precision) PRIu32
/Zephyr-Core-3.5.0/subsys/lorawan/nvm/
Dlorawan_nvm_settings.c60 LOG_DBG("Crypto version: %"PRIu32", DevNonce: %d, JoinNonce: %"PRIu32, in lorawan_nvm_save_settings()
166 LOG_DBG("Crypto version: %"PRIu32", DevNonce: %d, JoinNonce: %"PRIu32, in lorawan_nvm_data_restore()
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_mkfs.c89 TC_PRINT("For "DISK_NAME" using sector write size "PRIu32" to write "PRIu32" at once\n", in wipe_partition()
94 TC_PRINT("Faield to \"erase\" sector "PRIu32" to "DISK_NAME"\n", in wipe_partition()
/Zephyr-Core-3.5.0/tests/benchmarks/sched_userspace/src/
Dmain.c112 printk("Swapping %2u threads: %8" PRIu32 " cyc & %6" PRIu32 " rounds -> %6" in exec_test()
/Zephyr-Core-3.5.0/tests/drivers/pwm/pwm_api/src/
Dtest_pwm.c111 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in test_task()
/Zephyr-Core-3.5.0/tests/misc/print_format/src/
Dmain.c28 printk("u%" PRIu32 "\n", UINT32_C(32)); in main()
/Zephyr-Core-3.5.0/lib/libc/minimal/include/
Dinttypes.h60 #define PRIu32 "u" /* uint32_t */ macro
/Zephyr-Core-3.5.0/drivers/disk/
Dramdisk.c57 LOG_ERR("Sector %" PRIu32 " is outside the range %zu", in disk_ram_access_read()
75 LOG_ERR("Sector %" PRIu32 " is outside the range %zu", in disk_ram_access_write()
Dflashdisk.c150 LOG_ERR("sector start %" PRIu32 " count %" PRIu32 in sectors_in_range()
/Zephyr-Core-3.5.0/samples/subsys/logging/dictionary/src/
Dmain.c43 LOG_DBG("int32_t %" PRId32 ", uint32_t %" PRIu32, i32, u32); in main()
/Zephyr-Core-3.5.0/samples/basic/button/src/
Dmain.c38 printk("Button pressed at %" PRIu32 "\n", k_cycle_get_32()); in button_pressed()
/Zephyr-Core-3.5.0/drivers/led/
Dled_pwm.c115 LOG_DBG("PWM %p running pm action %" PRIu32, led->dev, action); in led_pwm_pm_action()
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.cpp115 printk("Model schema version unsupported: version=%" PRIu32 ", supported=%d.\n", in runJob()
/Zephyr-Core-3.5.0/drivers/lora/
Dshell.c131 shell_print(sh, " Frequency: %" PRIu32 " Hz", in lora_conf_dump()
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_cbor.c375 LOG_WRN("expected tagged date/time, got tag %" PRIu32 "", tag); in get_time()