Home
last modified time | relevance | path

Searched refs:bin2hex (Results 1 – 24 of 24) sorted by relevance

/Zephyr-Core-3.4.0/boards/arm/arty/
DCMakeLists.txt13 # Instead we use bin2hex from the SiFive elf2hex package, if available.
15 find_program(BIN2HEX ${CROSS_COMPILE_TARGET}-bin2hex)
27 …message(STATUS "The bin2hex (${CROSS_COMPILE_TARGET}-bin2hex) utility was not found, verilog memor…
/Zephyr-Core-3.4.0/subsys/mgmt/hawkbit/
Dhawkbit_device.c20 length = bin2hex(hwinfo_id, (size_t)length, id, id_max_len); in hawkbit_get_device_identity()
/Zephyr-Core-3.4.0/subsys/mgmt/updatehub/
Dupdatehub_device.c24 length = bin2hex(hwinfo_id, (size_t)length, id, id_max_len); in updatehub_get_device_identity()
Dupdatehub.c95 bin2hex(bin, bin_len, str, str_buf_len); in bin2hex_str()
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_iso/src/
Dmain.c73 str_len = bin2hex(data, MIN(max_octets, data_len), data_str, sizeof(data_str)); in iso_print_data()
82 str_len += bin2hex(data + (data_len - MIN(max_octets, data_len - max_octets)), in iso_print_data()
/Zephyr-Core-3.4.0/lib/os/
Dhex.c40 size_t bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen) in bin2hex() function
/Zephyr-Core-3.4.0/arch/x86/core/ia32/
Dgdbstub.c141 ret = bin2hex((const uint8_t *)&(ctx->registers), in arch_gdb_reg_readall()
184 ret = bin2hex((const uint8_t *)&(ctx->registers[regno]), in arch_gdb_reg_readone()
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_past/src/
Dmain.c62 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/
Dshell.c665 bin2hex(dev_uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in cmd_uuid()
690 bin2hex(uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in print_unprovisioned_beacon()
703 bin2hex(uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in pb_gatt_unprovisioned()
1223 bin2hex(node->uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in cdb_print_nodes()
1224 bin2hex(node->dev_key, 16, key_hex_str, sizeof(key_hex_str)); in cdb_print_nodes()
1248 bin2hex(subnet->keys[0].net_key, 16, key_hex_str, in cdb_print_subnets()
1272 bin2hex(app_key->keys[0].app_key, 16, key_hex_str, in cdb_print_app_keys()
Drpr.c29 bin2hex(unprov->uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in rpr_scan_report()
54 bin2hex(data, len, string, sizeof(string)); in rpr_scan_report()
Ddfu.c365 len = bin2hex(buf.data, buf.len, md_str, sizeof(md_str)); in cmd_dfu_metadata_encode()
474 len = bin2hex(slot->fwid, slot->fwid_len, fwid, sizeof(fwid)); in slot_info_print()
476 len = bin2hex(slot->metadata, slot->metadata_len, metadata, in slot_info_print()
631 len = bin2hex(img->fwid, img->fwid_len, fwid, sizeof(fwid)); in dfu_img_cb()
/Zephyr-Core-3.4.0/samples/bluetooth/iso_receive/src/
Dmain.c170 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
226 str_len = bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in iso_recv()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c84 (void)bin2hex(data->data, data->data_len, metadata, sizeof(metadata)); in metadata_entry()
112 (void)bin2hex(state->bad_code, BT_AUDIO_BROADCAST_CODE_SIZE, bad_code, in bap_broadcast_assistant_recv_state_cb()
/Zephyr-Core-3.4.0/samples/bluetooth/periodic_sync/src/
Dmain.c144 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-Core-3.4.0/include/zephyr/sys/
Dutil.h437 size_t bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen);
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dsettings.c65 len += bin2hex(&addr->a.val[i], 1, &path[len], in bt_settings_encode_key()
/Zephyr-Core-3.4.0/samples/bluetooth/central_past/src/
Dmain.c217 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/cis/src/
Dmain.c263 str_len = bin2hex(data, MIN(max_octets, data_len), data_str, sizeof(data_str)); in iso_print_data()
272 str_len += bin2hex(data + (data_len - MIN(max_octets, data_len - max_octets)), in iso_print_data()
/Zephyr-Core-3.4.0/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c189 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-Core-3.4.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c363 bin2hex(node_uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in main()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c106 bin2hex(data->data, data->data_len, metadata, sizeof(metadata)); in metadata_entry()
128 bin2hex(state->bad_code, BT_AUDIO_BROADCAST_CODE_SIZE, in bap_broadcast_assistant_recv_state_cb()
/Zephyr-Core-3.4.0/subsys/shell/backends/
Dshell_mqtt.c89 length = bin2hex(hwinfo_id, (size_t)length, id, id_max_len); in shell_mqtt_get_devid()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c555 bin2hex(oob->le_sc_data.c, sizeof(oob->le_sc_data.c), c, sizeof(c)); in print_le_oob()
556 bin2hex(oob->le_sc_data.r, sizeof(oob->le_sc_data.r), r, sizeof(r)); in print_le_oob()
741 bin2hex(features, sizeof(features), in remote_info_available()
/Zephyr-Core-3.4.0/subsys/net/ip/
Dtcp.c3338 bin2hex(buf, len, hexstr, HEXSTR_SIZE); in tp_input()