Home
last modified time | relevance | path

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

12

/Zephyr-latest/boards/digilent/arty_a7/
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-latest/subsys/mgmt/updatehub/
Dupdatehub_device.c24 length = bin2hex(hwinfo_id, (size_t)length, id, id_max_len); in updatehub_get_device_identity()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c46 str_len = bin2hex(data, MIN(max_octets, data_len), data_str, sizeof(data_str)); in iso_print_data()
55 str_len += bin2hex(data + (data_len - MIN(max_octets, data_len - max_octets)), in iso_print_data()
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_device.c32 length = bin2hex(hwinfo_id, (size_t)length, id, id_max_len); in hawkbit_get_device_identity_default()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c78 str_len = bin2hex(data, MIN(max_octets, data_len), data_str, sizeof(data_str)); in iso_print_data()
87 str_len += bin2hex(data + (data_len - MIN(max_octets, data_len - max_octets)), in iso_print_data()
/Zephyr-latest/arch/arm/core/
Dgdbstub.c142 int r = bin2hex((const uint8_t *)(c->registers + i), 4, buf + pos, buflen - pos); in arch_gdb_reg_readall()
192 ret = bin2hex((uint8_t *)(c->registers + GDB_NUM_REGS - 1), 4, buf, buflen); in arch_gdb_reg_readone()
197 ret = bin2hex((uint8_t *)(c->registers + i), 4, buf, buflen); in arch_gdb_reg_readone()
/Zephyr-latest/lib/utils/
Dhex.c40 size_t bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen) in bin2hex() function
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c57 str_len = bin2hex(data, MIN(max_octets, data_len), data_str, sizeof(data_str)); in iso_log_data()
66 str_len += bin2hex(data + (data_len - MIN(max_octets, data_len - max_octets)), in iso_log_data()
/Zephyr-latest/arch/x86/core/ia32/
Dgdbstub.c141 ret = bin2hex((const uint8_t *)&(ctx->registers), in arch_gdb_reg_readall()
180 ret = bin2hex((const uint8_t *)&(ctx->registers[regno]), in arch_gdb_reg_readone()
/Zephyr-latest/samples/bluetooth/peripheral_past/src/
Dmain.c62 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c169 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
225 str_len = bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in iso_recv()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c671 bin2hex(dev_uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in cmd_uuid()
696 bin2hex(uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in print_unprovisioned_beacon()
709 bin2hex(uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in pb_gatt_unprovisioned()
1238 bin2hex(node->uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in cdb_print_nodes()
1243 bin2hex(dev_key, 16, key_hex_str, sizeof(key_hex_str)); in cdb_print_nodes()
1274 bin2hex(net_key, 16, key_hex_str, sizeof(key_hex_str)); in cdb_print_subnets()
1302 bin2hex(app_key, 16, key_hex_str, sizeof(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()
71 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()
466 len = bin2hex(slot->fwid, slot->fwid_len, fwid, sizeof(fwid)); in slot_info_print()
468 len = bin2hex(slot->metadata, slot->metadata_len, metadata, in slot_info_print()
620 len = bin2hex(img->fwid, img->fwid_len, fwid, sizeof(fwid)); in dfu_img_cb()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_assistant_test.c106 (void)bin2hex(data->data, data->data_len, metadata, sizeof(metadata)); in metadata_entry()
134 (void)bin2hex(state->bad_code, BT_ISO_BROADCAST_CODE_SIZE, bad_code, sizeof(bad_code)); in bap_broadcast_assistant_recv_state_cb()
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c166 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c237 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c199 bin2hex(buf->data, buf->len, data_str, sizeof(data_str)); in recv_cb()
/Zephyr-latest/include/zephyr/sys/
Dutil.h564 size_t bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen);
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c384 bin2hex(node_uuid, 16, uuid_hex_str, sizeof(uuid_hex_str)); in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c252 str_len = bin2hex(data, MIN(max_octets, data_len), data_str, sizeof(data_str)); in iso_print_data()
261 str_len += bin2hex(data + (data_len - MIN(max_octets, data_len - max_octets)), in iso_print_data()
/Zephyr-latest/subsys/bluetooth/host/
Dsettings.c65 len += bin2hex(&addr->a.val[i], 1, &path[len], in bt_settings_encode_key()
/Zephyr-latest/drivers/sensor/fcx_mldx5/
Dfcx_mldx5.c244 bin2hex(&checksum, 1, &buf[FCX_MLDX5_CHECKSUM_INDEX(frame_len)], in fcx_mldx5_uart_send()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_broadcast_assistant.c121 bin2hex(data->data, data->data_len, metadata, sizeof(metadata)); in metadata_entry()
143 bin2hex(state->bad_code, BT_ISO_BROADCAST_CODE_SIZE, bad_code, sizeof(bad_code)); in bap_broadcast_assistant_recv_state_cb()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c528 str_len = bin2hex(data, MIN(max_octets, data_len), data_str, sizeof(data_str)); in iso_print_data()
537 str_len += bin2hex(data + (data_len - MIN(max_octets, data_len - max_octets)), in iso_print_data()

12