lwIP
sys_timeo::time
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
sys_timeo::time
sys_timeo::time field
Syntax
Show:
Summary
Declaration
from
timeouts.h:95
u32_t
time
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
time
;
timeouts.h:95
timeout
->
time
=
abs_time
;
timeouts.c:201
sys_timeout_abs()
if
(
TIME_LESS_THAN
(
timeout
->
time
,
next_timeout
->
time
)
)
{
timeouts.c:213
sys_timeout_abs()
if
(
(
t
->
next
==
NULL
)
||
TIME_LESS_THAN
(
timeout
->
time
,
t
->
next
->
time
)
)
{
timeouts.c:218
sys_timeout_abs()
if
(
TIME_LESS_THAN
(
now
,
tmptimeout
->
time
)
)
{
timeouts.c:386
sys_check_timeouts()
current_timeout_due_time
=
tmptimeout
->
time
;
timeouts.c:394
sys_check_timeouts()
base
=
next_timeout
->
time
;
timeouts.c:428
sys_restart_timeouts()
t
->
time
=
(
t
->
time
-
base
)
+
now
;
timeouts.c:431
sys_restart_timeouts()
if
(
TIME_LESS_THAN
(
next_timeout
->
time
,
now
)
)
{
timeouts.c:449
sys_timeouts_sleeptime()
u32_t
ret
=
(
u32_t
)
(
next_timeout
->
time
-
now
)
;
timeouts.c:452
sys_timeouts_sleeptime()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sys_timeo::time
is written by 2 functions and is read by 4 functions:
sys_timeout_abs()
sys_restart_timeouts()
All items filtered out
sys_timeo::time
sys_timeout_abs()
sys_check_timeouts()
sys_restart_timeouts()
sys_timeouts_sleeptime()
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