Radio Links
This module includes configuration variables for radio links.
Summary
Macros |
|
---|---|
OPENTHREAD_CONFIG_MULTI_RADIO 0
|
|
OPENTHREAD_CONFIG_MULTI_RADIO_FRAG_TAG_TIMEOUT (20 * 1000)
|
Specifies the fragment tag timeout interval in milliseconds.
|
OPENTHREAD_CONFIG_RADIO_LINK_IEEE_802_15_4_ENABLE 1
|
Set to 1 to enable support for IEEE802.15.4 radio link.
|
OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE 0
|
Set to 1 to enable support for Thread Radio Encapsulation Link (TREL).
|
OPENTHREAD_CONFIG_RADIO_STATS_ENABLE 0
|
Set to 1 to enable support for Radio Statistics.
|
Macros
OPENTHREAD_CONFIG_MULTI_RADIO
OPENTHREAD_CONFIG_MULTI_RADIO 0
OPENTHREAD_CONFIG_MULTI_RADIO_FRAG_TAG_TIMEOUT
OPENTHREAD_CONFIG_MULTI_RADIO_FRAG_TAG_TIMEOUT (20 * 1000)
Specifies the fragment tag timeout interval in milliseconds.
OPENTHREAD_CONFIG_RADIO_LINK_IEEE_802_15_4_ENABLE
OPENTHREAD_CONFIG_RADIO_LINK_IEEE_802_15_4_ENABLE 1
Set to 1 to enable support for IEEE802.15.4 radio link.
OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE
OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE 0
Set to 1 to enable support for Thread Radio Encapsulation Link (TREL).
OPENTHREAD_CONFIG_RADIO_STATS_ENABLE
OPENTHREAD_CONFIG_RADIO_STATS_ENABLE 0
Set to 1 to enable support for Radio Statistics.
Note that this option only works for OPENTHREAD_FTD and OPENTHREAD_MTD.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.