ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_sntp_config::renew_servers_after_new_IP
from the following samples and libraries:
https_request sample
sntp sample
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_sntp_config::renew_servers_after_new_IP
esp_sntp_config::renew_servers_after_new_IP field
Syntax
Show:
Summary
Declaration
from
esp_netif_sntp.h:74
bool
renew_servers_after_new_IP
;
Examples
esp_sntp_config::renew_servers_after_new_IP
is referenced by 2 libraries and example projects:
https_request sample
sntp sample
References
from
0/2
examples
Code
Location
Referrer
bool
renew_servers_after_new_IP
;
///< this is used to refresh server list if NTP provided by DHCP (which cleans other pre-configured servers)
esp_netif_sntp.h:74
(
config
->
renew_servers_after_new_IP
?
config
->
num_of_servers
*
sizeof
(
char
*
)
:
0
)
)
;
esp_netif_sntp.c:96
esp_netif_sntp_init()
if
(
config
->
renew_servers_after_new_IP
&&
config
->
num_of_servers
>
0
)
{
esp_netif_sntp.c:102
esp_netif_sntp_init()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
esp_sntp_config::renew_servers_after_new_IP
is read by 1 function:
All items filtered out
esp_sntp_config::renew_servers_after_new_IP
esp_netif_sntp_init()
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out