Searched refs:PRIu16 (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/modules/openthread/platform/ |
D | ble.c | 191 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/ |
D | main.c | 27 printk("u%" PRIu16 "\n", UINT16_C(16)); in main()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | inttypes.h | 59 #define PRIu16 "u" /* uint16_t */ macro
|
/Zephyr-latest/samples/subsys/logging/dictionary/src/ |
D | main.c | 43 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main()
|
/Zephyr-latest/drivers/lora/ |
D | sx126x.c | 158 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()
|
D | shell.c | 141 shell_print(sh, " Preamble length: %" PRIu16, in lora_conf_dump()
|
/Zephyr-latest/tests/subsys/logging/dictionary/src/ |
D | main.c | 44 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_senml_cbor.c | 241 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()
|
D | lwm2m_rw_cbor.c | 231 snprintk(objlnk, sizeof(objlnk), "%" PRIu16 ":%" PRIu16 "", value->obj_id, value->obj_inst); in put_objlnk()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_si32.c | 181 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/ |
D | dma_rpi_pico.c | 146 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()
|
D | dma_gd32.c | 378 LOG_ERR("invalid source_addr_adj %" PRIu16, in dma_gd32_config() 384 LOG_ERR("invalid dest_addr_adj %" PRIu16, in dma_gd32_config()
|
D | dma_xilinx_axi_dma.c | 898 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/ |
D | common.c | 353 "Unexpected extended header flags: %" PRIu16, in common_validate_per_adv_pdu()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 329 LOG_DBG("SMP packet len (%" PRIu16 ") > net_buf len (%zu)", in smp_bt_chr_write()
|