mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 00:00:06 +00:00
[ncp] update JAM_DETECT_HISTORY_BITMAP to spinel uint64_t (#2404)
This commit changes the `JAM_DETECT_HISTORY_BITMAP` format to use spinel primitive type of `uint64_t` instead of two `uint32_t`.
This commit is contained in:
committed by
Jonathan Hui
parent
a667c59af0
commit
07f4ae1ff3
@@ -85,7 +85,7 @@ is larger than `PROP_JAM_DETECT_WINDOW` is undefined.
|
||||
### PROP 4613: PROP_JAM_DETECT_HISTORY_BITMAP
|
||||
|
||||
* Type: Read-Only
|
||||
* Packed-Encoding: `LL`
|
||||
* Packed-Encoding: `X`
|
||||
* Default Value: Implementation-specific
|
||||
* RECOMMENDED for `CAP_JAM_DETECT`
|
||||
|
||||
@@ -95,6 +95,3 @@ each bit corresponds to one second interval starting with bit 0 for the
|
||||
most recent interval and bit 63 for the oldest intervals (63 sec earlier).
|
||||
The bit is set to 1 if the jamming detection module observed/detected
|
||||
high signal level during the corresponding one second interval.
|
||||
The value is read-only and is encoded as two `L` (uint32) values in
|
||||
little-endian format (first `L` (uint32) value gives the lower bits
|
||||
corresponding to more recent history).
|
||||
|
||||
Reference in New Issue
Block a user