Searched refs:PRIu16 (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.7.0/modules/openthread/platform/ |
D | ble.c | 194 LOG_DBG("Received data, handle %" PRIu16 ", len %" PRIu16, attr->handle, len); in on_receive() 235 LOG_INF("CCCD update (mtu=%" PRIu16 ")!", mtu); in on_cccd_changed() 338 LOG_INF("Connection established (mtu=%" PRIu16 ")!", mtu); in connected() 383 LOG_INF("Connection parameters updated (mtu=%" PRIu16 ")!", mtu); in le_param_updated()
|
/Zephyr-Core-3.7.0/tests/misc/print_format/src/ |
D | main.c | 27 printk("u%" PRIu16 "\n", UINT16_C(16)); in main()
|
/Zephyr-Core-3.7.0/lib/libc/minimal/include/ |
D | inttypes.h | 59 #define PRIu16 "u" /* uint16_t */ macro
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/subsys/logging/dictionary/src/ |
D | main.c | 43 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main()
|
/Zephyr-Core-3.7.0/tests/subsys/logging/dictionary/src/ |
D | main.c | 44 LOG_DBG("int16_t %" PRId16 ", uint16_t %" PRIu16, i16, u16); in main()
|
/Zephyr-Core-3.7.0/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() 1087 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "/", input->obj_id); in path_to_string() 1090 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "/", in path_to_string() 1094 w = snprintk(&(buf[fpl]), buf_size - fpl, "%" PRIu16 "", input->res_id); in path_to_string() 1097 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-Core-3.7.0/drivers/dma/ |
D | dma_rpi_pico.c | 142 LOG_ERR("invalid source_addr_adj %" PRIu16, dma_cfg->head_block->source_addr_adj); in dma_rpi_pico_config() 147 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()
|
/Zephyr-Core-3.7.0/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | common.c | 353 "Unexpected extended header flags: %" PRIu16, in common_validate_per_adv_pdu()
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 320 LOG_DBG("SMP packet len (%" PRIu16 ") > net_buf len (%zu)", in smp_bt_chr_write()
|
/Zephyr-Core-3.7.0/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn.c | 160 LOG_ERR("Can't create PUB: Too much data (%" PRIu16 ")", data->size); in mqtt_sn_publish_create() 218 LOG_ERR("Can't create topic: name too long (%" PRIu16 ")", name->size); in mqtt_sn_topic_create()
|