ESP-IDF
esp_transport_base_init()
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_transport_base_init()
esp_transport_base_init() function
Syntax
Show:
Summary
Declaration
from
transport_ssl.c:512
static
esp_transport_handle_t
esp_transport_base_init
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_transport_handle_t
esp_transport_base_init
(
void
)
transport_ssl.c:512
esp_transport_handle_t
ssl_transport
=
esp_transport_base_init
(
)
;
transport_ssl.c:533
esp_transport_ssl_init()
esp_transport_handle_t
tcp_transport
=
esp_transport_base_init
(
)
;
transport_ssl.c:555
esp_transport_tcp_init()
Call Tree
from
examples
esp_transport_base_init()
is called by 2 functions and calls 6 functions:
esp_transport_ssl_init()
esp_transport_tcp_init()
All items filtered out
esp_transport_base_init()
free()
esp_log_timestamp()
esp_log_write()
esp_transport_init()
esp_transport_init_foundation_transport()
esp_transport_esp_tls_create()
All items filtered out
Data Use
from
examples
esp_transport_base_init()
reads 8 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_transport_item_t::data
esp_transport_item_t::foundation
TAG
All items filtered out
esp_transport_base_init()
esp_transport_item_t::data
esp_transport_item_t::foundation
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
esp_transport_base_init()
allocates 2 typess:
esp_transport_item_t
esp_foundation_transport
All items filtered out
esp_transport_base_init()
All items filtered out