ESP-IDF
esp_openthread_uart_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_openthread_uart_config_t
esp_openthread_uart_config_t struct
The uart port config for OpenThread.
Syntax
Show:
Summary
Declaration
from
esp_openthread_types.h:101
typedef
struct
{
uart_port_t
port
;
uart_config_t
uart_config
;
gpio_num_t
rx_pin
;
gpio_num_t
tx_pin
;
}
esp_openthread_uart_config_t
;
Fields
Field
Declared as
Description
esp_openthread_uart_config_t::port
uart_port_t
UART port number.
esp_openthread_uart_config_t::uart_config
uart_config_t
UART configuration, see uart_config_t docs.
esp_openthread_uart_config_t::rx_pin
gpio_num_t
UART RX pin.
esp_openthread_uart_config_t::tx_pin
gpio_num_t
UART TX pin.
Related Functions
Found 3 other functions taking a
esp_openthread_uart_config_t
argument:
Function
Description
esp_openthread_uart_init_port()
Initializes an uart port with the given config.
esp::openthread::UartSpinelInterface::InitUart()
esp::openthread::UartSpinelInterface::Enable()
This method enable the HDLC interface.
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