xref: /aosp_15_r20/external/openthread/src/lib/spinel/README_RADIO_SPINEL_DIAG.md (revision cfb92d1480a9e65faed56933e9c12405f45898b4)
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