ESP-IDF
esp_openthread_port_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_port_config_t
esp_openthread_port_config_t struct
The OpenThread port specific configuration
Syntax
Show:
Summary
Declaration
from
esp_openthread_types.h:185
typedef
struct
{
const
char
*
storage_partition_name
;
uint8_t
netif_queue_size
;
uint8_t
task_queue_size
;
}
esp_openthread_port_config_t
;
Fields
Field
Declared as
Description
esp_openthread_port_config_t::storage_partition_name
const
char
*
The partition for storing OpenThread dataset.
esp_openthread_port_config_t::netif_queue_size
uint8_t
The packet queue size for the network interface.
esp_openthread_port_config_t::task_queue_size
uint8_t
The task queue size.
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