Home
last modified time | relevance | path

Searched refs:shell_hexdump (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_shell.c78 shell_hexdump(ctx, tx_buffer, bytes_to_send); in cmd_spi_transceive()
81 shell_hexdump(ctx, rx_buffer, bytes_to_send); in cmd_spi_transceive()
/Zephyr-latest/subsys/bluetooth/common/
Dbt_shell_private.c41 shell_hexdump(sh, data, len); in bt_shell_hexdump()
/Zephyr-latest/subsys/net/lib/shell/
Dpkt.c142 shell_hexdump(sh, buf->data, buf->len); in net_pkt_buffer_hexdump()
/Zephyr-latest/drivers/i2c/
Di2c_shell.c273 shell_hexdump(shell_ctx, buf, num_bytes); in cmd_i2c_read()
297 shell_hexdump(shell_ctx, buf, num_bytes); in cmd_i2c_direct_read()
/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem_shell.c114 shell_hexdump(sh, (const uint8_t *)mem+dump_pos, dump_size); in cmd_ivshmem_dump()
/Zephyr-latest/subsys/settings/src/
Dsettings_shell.c100 shell_hexdump(params->shell_ptr, buffer, num_read_bytes); in settings_read_callback()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcsip_set_member.c220 shell_hexdump(sh, sirk, sizeof(sirk)); in cmd_csip_set_member_get_sirk()
Dcap_acceptor.c285 shell_hexdump(sh, sirk, sizeof(sirk)); in cmd_cap_acceptor_get_sirk()
Dmcc.c1636 shell_hexdump(sh, (uint8_t *)&search.search, search.len); in cmd_mcc_send_search_ioptest()
1659 shell_hexdump(sh, (uint8_t *)&search.search, search.len); in cmd_mcc_test_send_search_iop_invalid_type()
1684 shell_hexdump(sh, (uint8_t *)&search.search, search.len); in cmd_mcc_test_send_search_invalid_sci_len()
Dbap_broadcast_assistant.c1063 shell_hexdump(sh, broadcast_code, sizeof(broadcast_code)); in cmd_bap_broadcast_assistant_broadcast_code()
Dbap.c3981 shell_hexdump(sh, data, len); in cmd_send()
/Zephyr-latest/drivers/lora/
Dshell.c278 shell_hexdump(sh, buf, ret); in cmd_lora_recv()
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c227 shell_hexdump(sh, argv[cnt], strlen(argv[cnt])); in cmd_demo_hexdump()
/Zephyr-latest/drivers/smbus/
Dsmbus_shell.c352 shell_hexdump(sh, buf, count); in cmd_smbus_block_read()
/Zephyr-latest/subsys/usb/host/
Dusbh_shell.c241 shell_hexdump(sh, buf->data, buf->len); in cmd_desc_string()
/Zephyr-latest/include/zephyr/shell/
Dshell.h1116 void shell_hexdump(const struct shell *sh, const uint8_t *data, size_t len);
/Zephyr-latest/drivers/i3c/
Di3c_shell.c499 shell_hexdump(sh, buf, num_bytes); in cmd_i3c_read()
573 shell_hexdump(sh, buf, num_bytes); in cmd_i3c_hdr_ddr_read()
1567 shell_hexdump(sh, buf, num_xfer); in cmd_i3c_ccc_getvendor()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_shell.c186 shell_hexdump(sh, buff, buff_len); in cmd_read()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c1186 shell_hexdump(sh, buf, ret); in get_cb()
Dbt.c1407 shell_hexdump(sh, rsp->data, rsp->len); in cmd_hci_cmd()
4631 shell_hexdump(sh, bt_shell_ead_session_key, BT_EAD_KEY_SIZE); in cmd_encrypted_ad_set_keys()
4633 shell_hexdump(sh, bt_shell_ead_iv, BT_EAD_IV_SIZE); in cmd_encrypted_ad_set_keys()
/Zephyr-latest/subsys/shell/
Dshell.c1667 void shell_hexdump(const struct shell *sh, const uint8_t *data, size_t len) in shell_hexdump() function