Name Date Size #Lines LOC

..--

BUILD.gnH A D25-Apr-20253.1 KiB9484

CMakeLists.txtH A D25-Apr-20254.6 KiB135118

README_RADIO_SPINEL_DIAG.mdH A D25-Apr-2025545 3119

coprocessor_type.hH A D25-Apr-20252 KiB5115

example_vendor_hook.cppH A D25-Apr-20252.7 KiB6822

example_vendor_hook.hppH A D25-Apr-20252.2 KiB6019

logger.cppH A D25-Apr-202529.7 KiB763624

logger.hppH A D25-Apr-20252.7 KiB6627

multi_frame_buffer.hppH A D25-Apr-202516.8 KiB475174

openthread-spinel-config.hH A D25-Apr-20255 KiB16039

radio_spinel.cppH A D25-Apr-202577.1 KiB2,4001,869

radio_spinel.hppH A D25-Apr-202554.5 KiB1,362330

radio_spinel_metrics.hH A D25-Apr-20253 KiB7527

spi_frame.hppH A D25-Apr-20259.6 KiB25047

spinel.cH A D25-Apr-202571.8 KiB1,9941,626

spinel.hH A D25-Apr-2025200.5 KiB5,237962

spinel_buffer.cppH A D25-Apr-202529.3 KiB963608

spinel_buffer.hppH A D25-Apr-202532.7 KiB661131

spinel_decoder.cppH A D25-Apr-20259.9 KiB402269

spinel_decoder.hppH A D25-Apr-202522 KiB59290

spinel_driver.cppH A D25-Apr-202515.5 KiB493354

spinel_driver.hppH A D25-Apr-202511.9 KiB341122

spinel_encoder.cppH A D25-Apr-20258.5 KiB298187

spinel_encoder.hppH A D25-Apr-202533.8 KiB70470

spinel_encrypter.hppH A D25-Apr-20253.2 KiB634

spinel_helper.cppH A D25-Apr-20253.3 KiB11865

spinel_helper.hppH A D25-Apr-20253.3 KiB7010

spinel_interface.hppH A D25-Apr-20257.2 KiB21763

spinel_platform.hH A D25-Apr-20252.4 KiB609

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