ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_sntp_config
from the following samples and libraries:
https_request sample
sntp sample
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_sntp_config
esp_sntp_config struct
SNTP configuration struct
Syntax
Show:
Summary
Declaration
from
esp_netif_sntp.h:68
typedef
struct
esp_sntp_config
{
bool
smooth_sync
;
bool
server_from_dhcp
;
bool
wait_for_sync
;
bool
start
;
esp_sntp_time_cb_t
sync_cb
;
bool
renew_servers_after_new_IP
;
ip_event_t
ip_event_to_renew
;
size_t
index_of_first_server
;
size_t
num_of_servers
;
const
char
*
servers
[
CONFIG_LWIP_SNTP_MAX_SERVERS
]
;
}
esp_sntp_config_t
;
Fields
Field
Declared as
esp_sntp_config::smooth_sync
bool
esp_sntp_config::server_from_dhcp
bool
esp_sntp_config::wait_for_sync
bool
esp_sntp_config::start
bool
esp_sntp_config::sync_cb
esp_sntp_time_cb_t
esp_sntp_config::renew_servers_after_new_IP
bool
esp_sntp_config::ip_event_to_renew
ip_event_t
esp_sntp_config::index_of_first_server
size_t
esp_sntp_config::num_of_servers
size_t
esp_sntp_config::servers
const
char
*
[
CONFIG_LWIP_SNTP_MAX_SERVERS
]
Examples
esp_sntp_config
is referenced by 2 libraries and example projects:
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