• Home
Name Date Size #Lines LOC

..--

BUILD.gnD04-Jul-20253.1 KiB9484

CMakeLists.txtD04-Jul-20254.7 KiB137120

README_RADIO_SPINEL_DIAG.mdD04-Jul-2025545 3119

coprocessor_type.hD04-Jul-20252 KiB5115

example_vendor_hook.cppD04-Jul-20252.7 KiB6822

example_vendor_hook.hppD04-Jul-20252.2 KiB6019

logger.cppD04-Jul-202529.9 KiB763624

logger.hppD04-Jul-20252.7 KiB6627

multi_frame_buffer.hppD04-Jul-202516.6 KiB451174

openthread-spinel-config.hD04-Jul-20255.5 KiB16745

radio_spinel.cppD04-Jul-202580.3 KiB2,5201,962

radio_spinel.hppD04-Jul-202558.9 KiB1,402382

radio_spinel_metrics.hD04-Jul-20253 KiB7327

spi_frame.hppD04-Jul-20259.5 KiB23947

spinel.cD04-Jul-202572.5 KiB2,0041,636

spinel.hD04-Jul-2025205 KiB5,180984

spinel_buffer.cppD04-Jul-202529.5 KiB967610

spinel_buffer.hppD04-Jul-202532.5 KiB631131

spinel_decoder.cppD04-Jul-202510 KiB402269

spinel_decoder.hppD04-Jul-202522.5 KiB55290

spinel_driver.cppD04-Jul-202515.7 KiB497358

spinel_driver.hppD04-Jul-202511.8 KiB323122

spinel_encoder.cppD04-Jul-20258.5 KiB298187

spinel_encoder.hppD04-Jul-202533.6 KiB66970

spinel_encrypter.hppD04-Jul-20253.2 KiB634

spinel_helper.cppD04-Jul-20253.3 KiB11765

spinel_helper.hppD04-Jul-20253.3 KiB6910

spinel_interface.hppD04-Jul-20257.1 KiB20463

spinel_platform.hD04-Jul-20252.3 KiB599

spinel_prop_codec.cppD04-Jul-20258.6 KiB201148

spinel_prop_codec.hppD04-Jul-20255.3 KiB12033

README_RADIO_SPINEL_DIAG.md

1# OpenThread Diagnostics - Radio Spinel diagnostic commands
2
3This module provides Spinel based radio transceiver diagnostic commands.
4
5`OPENTHREAD_CONFIG_DIAG_ENABLE` is required.
6
7## Command List
8
9- [buslatency](#buslatency)
10
11## Command Details
12
13### buslatency
14
15Get the bus latency in microseconds between the host and the radio chip.
16
17```bash
18> diag radiospinel buslatency
190
20Done
21```
22
23#### buslatency \<buslatency\>
24
25Set the bus latency in microseconds between the host and the radio chip.
26
27```bash
28> diag radiospinel buslatency 1000
29Done
30```
31