lwIP
sntp_get_system_time()
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
sntp_get_system_time()
sntp_get_system_time() function
system time getter used in the sntp module
Syntax
Show:
Summary
Declaration
Definition
from
sntp_get_set_time.h:41
void
sntp_get_system_time
(
uint32_t
*
sec
,
uint32_t
*
us
)
;
Implemented in
sntp.c:149
Arguments
Argument
sec
us
Notes
The lwip sntp uses u32_t types for sec and us arguments
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