ESP-IDF
esp_openthread_uart_init_port()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
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_init_port()
esp_openthread_uart_init_port() function
Initializes an uart port with the given config.
Syntax
Show:
Summary
Declaration
Definition
from
esp_openthread_uart.h:29
esp_err_t
esp_openthread_uart_init_port
(
const
esp_openthread_uart_config_t
*
config
)
;
Implemented in
esp_openthread_uart.c:64
Arguments
Argument
Description
config
The uart configuration.
Return value
- ESP_OK on success - ESP_ERROR on failure
Notes
The user still needs to open the file descriptor by self.
Related Functions
Found 2 other functions taking a
esp_openthread_uart_config_t
argument:
Function
Description
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