ESP-IDF
esp_openthread_host_connection_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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_config_t
esp_openthread_host_connection_config_t struct
The OpenThread host connection configuration
Syntax
Show:
Summary
Declaration
from
esp_openthread_types.h:172
typedef
struct
{
esp_openthread_host_connection_mode_t
host_connection_mode
;
union
{
esp_openthread_uart_config_t
host_uart_config
;
usb_serial_jtag_driver_config_t
host_usb_config
;
esp_openthread_spi_slave_config_t
spi_slave_config
;
}
;
}
esp_openthread_host_connection_config_t
;
Fields
Field
Declared as
Description
esp_openthread_host_connection_config_t::host_connection_mode
esp_openthread_host_connection_mode_t
The host connection mode.
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