aligenie_demo sample
g_genie_timer
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
g_genie_timer
g_genie_timer variable
Syntax
Show:
Summary
Declaration
from
genie_timer.c:65
struct
{
uint32_t
init
:
1
;
uint32_t
update
:
1
;
esp_timer_handle_t
timer
;
struct
k_work
work
;
util_semaphore_t
lock
;
genie_slist_t
timer_list_active
;
genie_slist_t
timer_list_idle
;
uint32_t
unix_time
;
uint32_t
unix_time_sync_match
;
uint8_t
unix_time_sync_retry_times
;
genie_timer_event_func_t
cb
;
}
g_genie_timer
;
Examples
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