ESP-IDF
esp_openthread_host_connection_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_host_connection_mode_t
esp_openthread_host_connection_mode_t enum
Syntax
Show:
Summary
Declaration
from
esp_openthread_types.h:147
enum
{
HOST_CONNECTION_MODE_NONE
=
0x0
,
HOST_CONNECTION_MODE_CLI_UART
,
HOST_CONNECTION_MODE_CLI_USB
,
HOST_CONNECTION_MODE_RCP_UART
,
HOST_CONNECTION_MODE_RCP_SPI
,
HOST_CONNECTION_MODE_MAX
,
}
;
Values
Value
Declared as
Description
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_NONE
=
0x0
Disable host connection.
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_CLI_UART
CLI UART connection to the host.
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_CLI_USB
CLI USB connection to the host.
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_RCP_UART
RCP UART connection to the host.
esp_openthread_host_connection_mode_t::HOST_CONNECTION_MODE_RCP_SPI
RCP SPI connection to the host.
esp_openthread_host_connection_mode_t::HOST_CONNECTION_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