mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 22:50:07 +00:00
[spinel] coorect description of STREAM_RAW (#10680)
This commit corrects the description of STREAM_RAW. - timestamp should be type `X`. - channel can be both RX and TX channel.
This commit is contained in:
@@ -3578,10 +3578,9 @@ enum
|
||||
* The format of PHY-specific data for a Thread device contains the following
|
||||
* optional fields:
|
||||
|
||||
* `C` : 802.15.4 channel (Receive channel)
|
||||
* `C` : 802.15.4 channel
|
||||
* `C` : IEEE 802.15.4 LQI
|
||||
* `L` : The timestamp milliseconds
|
||||
* `S` : The timestamp microseconds, offset to mMsec
|
||||
* `X` : The timestamp in microseconds
|
||||
*
|
||||
* Frames written to this stream with `CMD_PROP_VALUE_SET` will be sent out
|
||||
* over the radio. This allows the caller to use the radio directly.
|
||||
|
||||
Reference in New Issue
Block a user