ESP-IDF
esp_openthread_host_cli_usb_init()
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_host_cli_usb_init()
esp_openthread_host_cli_usb_init() function
Initializes the console USB JTAG for OpenThread host connection.
Syntax
Show:
Summary
Declaration
from
esp_openthread_uart.h:53
esp_err_t
esp_openthread_host_cli_usb_init
(
const
esp_openthread_platform_config_t
*
config
)
;
Arguments
Argument
Description
config
The platform configuration.
Return value
- ESP_OK on success - ESP_ERROR on failure
Related Functions
Found 9 other functions taking a
esp_openthread_platform_config_t
argument:
Function
Description
esp_openthread_init()
Initializes the full OpenThread stack.
esp_openthread_netif_glue_init()
This function initializes the OpenThread network interface glue.
esp_openthread_radio_init()
This function initializes the OpenThread radio.
esp_openthread_platform_init()
Initializes the platform-specific support for the OpenThread stack.
esp_openthread_task_queue_init()
This function allocs and initializes the OpenThread task queue.
esp_openthread_host_cli_uart_init()
Initializes the console UART for OpenThread host connection.
esp_openthread_host_rcp_uart_init()
Initializes the RCP UART for OpenThread host connection.
esp_openthread_host_interface_init()
esp_openthread_host_rcp_spi_init()
This function initializes the OpenThread spinel SPI slave.
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