ESP-IDF
esp_openthread_radio_mode_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_openthread_radio_mode_t
esp_openthread_radio_mode_t enum
Syntax
Show:
Summary
Declaration
from
esp_openthread_types.h:135
enum
{
RADIO_MODE_NATIVE
=
0x0
,
RADIO_MODE_UART_RCP
,
RADIO_MODE_SPI_RCP
,
RADIO_MODE_TREL
,
RADIO_MODE_MAX
,
}
;
Values
Value
Declared as
Description
esp_openthread_radio_mode_t::RADIO_MODE_NATIVE
=
0x0
Use the native 15.4 radio.
esp_openthread_radio_mode_t::RADIO_MODE_UART_RCP
UART connection to a 15.4 capable radio co-processor (RCP).
esp_openthread_radio_mode_t::RADIO_MODE_SPI_RCP
SPI connection to a 15.4 capable radio co-processor (RCP).
esp_openthread_radio_mode_t::RADIO_MODE_TREL
Use the Thread Radio Encapsulation Link (TREL).
esp_openthread_radio_mode_t::RADIO_MODE_MAX
Using for parameter check.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out