Home
last modified time | relevance | path

Searched refs:PRIu16 (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dble.c191 LOG_DBG("Received data, handle %" PRIu16 ", len %" PRIu16, attr->handle, len); in on_receive()
232 LOG_INF("CCCD update (mtu=%" PRIu16 ")!", mtu); in on_cccd_changed()
335 LOG_INF("Connection established (mtu=%" PRIu16 ")!", mtu); in connected()
380 LOG_INF("Connection parameters updated (mtu=%" PRIu16 ")!", mtu); in le_param_updated()
/Zephyr-latest/tests/misc/print_format/src/
Dmain.c27 printk("u%" PRIu16 "\n", UINT16_C(16)); in main()
/Zephyr-latest/lib/libc/minimal/include/
Dinttypes.h59 #define PRIu16 "u" /* uint16_t */ macro
/Zephyr-latest/samples/subsys/logging/dictionary/src/
Dmain.c43 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main()
/Zephyr-latest/drivers/lora/
Dsx126x.c158 LOG_DBG("Reading %" PRIu16 " registers @ 0x%" PRIx16, size, address); in SX126xReadRegisters()
176 LOG_DBG("Writing %" PRIu16 " registers @ 0x%" PRIx16 in SX126xWriteRegisters()
206 LOG_DBG("Issuing opcode 0x%x w. %" PRIu16 " bytes of data", in SX126xWriteCommand()
Dshell.c141 shell_print(sh, " Preamble length: %" PRIu16, in lora_conf_dump()
/Zephyr-latest/tests/subsys/logging/dictionary/src/
Dmain.c44 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_cbor.c241 len = snprintk(name, sizeof("65535"), "%" PRIu16 "", path->res_id); in put_begin_r()
316 "%" PRIu16 "/%" PRIu16 "", in put_begin_ri()
1099 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "/", input->obj_id); in path_to_string()
1102 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "/", in path_to_string()
1106 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "", input->res_id); in path_to_string()
1109 w = snprintk(&(buf[fpl]), buf_size - fpl, "/%" PRIu16 "", in path_to_string()
Dlwm2m_rw_cbor.c231 snprintk(objlnk, sizeof(objlnk), "%" PRIu16 ":%" PRIu16 "", value->obj_id, value->obj_inst); in put_objlnk()
/Zephyr-latest/drivers/crypto/
Dcrypto_si32.c181 LOG_ERR("Invalid key len: %" PRIu16, key_len); in crypto_si32_aes_set_key()
241 LOG_ERR("Invalid key len: %" PRIu16, ctx->keylen); in crypto_si32_aes_calc_decryption_key()
261 LOG_ERR("Invalid key len: %" PRIu16, ctx->keylen); in crypto_si32_aes_set_key_size()
927 LOG_ERR("Unsupported counter length: %" PRIu16, ctx->mode_params.ctr_info.ctr_len); in crypto_si32_aes_ctr_op()
992 LOG_ERR("Unsupported counter length: %" PRIu16, ctx->mode_params.ctr_info.ctr_len); in crypto_si32_aes_ctr_op()
/Zephyr-latest/drivers/dma/
Ddma_rpi_pico.c146 LOG_ERR("invalid source_addr_adj %" PRIu16, dma_cfg->head_block->source_addr_adj); in dma_rpi_pico_config()
151 LOG_ERR("invalid dest_addr_adj %" PRIu16, dma_cfg->head_block->dest_addr_adj); in dma_rpi_pico_config()
Ddma_gd32.c378 LOG_ERR("invalid source_addr_adj %" PRIu16, in dma_gd32_config()
384 LOG_ERR("invalid dest_addr_adj %" PRIu16, in dma_gd32_config()
Ddma_xilinx_axi_dma.c898 LOG_ERR("invalid source_addr_adj %" PRIu16, dma_cfg->head_block->source_addr_adj); in dma_xilinx_axi_dma_configure()
903 LOG_ERR("invalid dest_addr_adj %" PRIu16, dma_cfg->head_block->dest_addr_adj); in dma_xilinx_axi_dma_configure()
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/
Dcommon.c353 "Unexpected extended header flags: %" PRIu16, in common_validate_per_adv_pdu()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c329 LOG_DBG("SMP packet len (%" PRIu16 ") > net_buf len (%zu)", in smp_bt_chr_write()