ESP-IDF
esp_tls_get_platform_time()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_tls_get_platform_time()
esp_tls_get_platform_time() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_tls_platform_port.h:24
uint64_t
esp_tls_get_platform_time
(
void
)
;
Implemented in
esp_tls_platform_port.c:16
Examples
References
from
examples
Code
Location
Referrer
uint64_t
esp_tls_get_platform_time
(
void
)
esp_tls_platform_port.c:16
uint64_t
esp_tls_get_platform_time
(
void
)
;
esp_tls_platform_port.h:24
start_time_us
=
esp_tls_get_platform_time
(
)
;
esp_tls.c:542
esp_tls_conn_new_sync()
uint64_t
elapsed_time_us
=
esp_tls_get_platform_time
(
)
-
start_time_us
;
esp_tls.c:551
esp_tls_conn_new_sync()
Call Tree
from
examples
esp_tls_get_platform_time()
is called by 1 function and calls 1 function:
esp_tls_conn_new_sync()
All items filtered out
esp_tls_get_platform_time()
esp_timer_get_time()
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