/Zephyr-Core-3.5.0/tests/boards/native_posix/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-Core-3.5.0/drivers/dma/ |
D | dma_rpi_pico.c | 116 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()
|
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()
|
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/ |
D | kernel.c | 28 "Zephyr V%2"PRIu32".%2"PRIu32".%2"PRIu32, in osKernelGetInfo()
|
/Zephyr-Core-3.5.0/include/zephyr/dsp/ |
D | print_format.h | 30 #define PRIq(precision) "s%" PRIu32 ".%0" STRINGIFY(precision) PRIu32
|
/Zephyr-Core-3.5.0/subsys/lorawan/nvm/ |
D | lorawan_nvm_settings.c | 60 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/ |
D | test_fat_mkfs.c | 89 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/ |
D | main.c | 112 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/ |
D | test_pwm.c | 111 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in test_task()
|
/Zephyr-Core-3.5.0/tests/misc/print_format/src/ |
D | main.c | 28 printk("u%" PRIu32 "\n", UINT32_C(32)); in main()
|
/Zephyr-Core-3.5.0/lib/libc/minimal/include/ |
D | inttypes.h | 60 #define PRIu32 "u" /* uint32_t */ macro
|
/Zephyr-Core-3.5.0/drivers/disk/ |
D | ramdisk.c | 57 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()
|
D | flashdisk.c | 150 LOG_ERR("sector start %" PRIu32 " count %" PRIu32 in sectors_in_range()
|
/Zephyr-Core-3.5.0/samples/subsys/logging/dictionary/src/ |
D | main.c | 43 LOG_DBG("int32_t %" PRId32 ", uint32_t %" PRIu32, i32, u32); in main()
|
/Zephyr-Core-3.5.0/samples/basic/button/src/ |
D | main.c | 38 printk("Button pressed at %" PRIu32 "\n", k_cycle_get_32()); in button_pressed()
|
/Zephyr-Core-3.5.0/drivers/led/ |
D | led_pwm.c | 115 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/ |
D | inference_process.cpp | 115 printk("Model schema version unsupported: version=%" PRIu32 ", supported=%d.\n", in runJob()
|
/Zephyr-Core-3.5.0/drivers/lora/ |
D | shell.c | 131 shell_print(sh, " Frequency: %" PRIu32 " Hz", in lora_conf_dump()
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_cbor.c | 375 LOG_WRN("expected tagged date/time, got tag %" PRIu32 "", tag); in get_time()
|