lwIP
SNTP_RETRY_TIMEOUT
is only used within lwIP.
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
lwIP
SNTP_RETRY_TIMEOUT
SNTP_RETRY_TIMEOUT macro
Default retry timeout (in milliseconds) if the response received is invalid. This is doubled with each retry until SNTP_RETRY_TIMEOUT_MAX is reached.
Syntax
Show:
Summary
Declaration
from
sntp_opts.h:189
#define
SNTP_RETRY_TIMEOUT
SNTP_RECV_TIMEOUT
Examples
References
from
examples
Code
Location
#define
SNTP_RETRY_TIMEOUT
SNTP_RECV_TIMEOUT
sntp_opts.h:189
#define
SNTP_RESET_RETRY_TIMEOUT
(
)
sntp_retry_timeout
=
SNTP_RETRY_TIMEOUT
sntp.c:257
sys_timeout
(
(
u32_t
)
SNTP_RETRY_TIMEOUT
,
sntp_request
,
NULL
)
;
sntp.c:594
sys_timeout
(
(
u32_t
)
SNTP_RETRY_TIMEOUT
,
sntp_try_next_server
,
NULL
)
;
sntp.c:663
#define
SNTP_RETRY_TIMEOUT_MAX
(
SNTP_RETRY_TIMEOUT
*
10
)
sntp_opts.h:194
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