aligenie_demo sample
::unix_time_sync_match
is only used within aligenie_demo 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
aligenie_demo sample
::unix_time_sync_match
::unix_time_sync_match field
Syntax
Show:
Summary
Declaration
from
genie_timer.c:74
uint32_t
unix_time_sync_match
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
unix_time_sync_match
;
genie_timer.c:74
if
(
g_genie_timer
.
unix_time_sync_match
genie_timer.c:464
genie_timer_check()
&&
g_genie_timer
.
unix_time_sync_match
<=
g_genie_timer
.
unix_time
)
{
genie_timer.c:465
genie_timer_check()
g_genie_timer
.
unix_time_sync_match
+=
g_timing_data
.
timing_sync_config
.
retry_delay
*
MINU
;
genie_timer.c:471
genie_timer_check()
g_genie_timer
.
unix_time_sync_match
=
g_genie_timer
.
unix_time
+
g_timing_data
.
timing_sync_config
.
period_time
*
MINU
;
genie_timer.c:478
genie_timer_check()
g_genie_timer
.
unix_time_sync_match
=
g_genie_timer
.
unix_time
+
g_timing_data
.
timing_sync_config
.
period_time
*
MINU
;
genie_timer.c:747
genie_timer_time_sync_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
::unix_time_sync_match
is written by 2 functions and is read by 1 function:
genie_timer_check()
genie_timer_time_sync_set()
All items filtered out
::unix_time_sync_match
genie_timer_check()
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