aligenie_demo sample
util_timer_init()
is only used within aligenie_demo sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
aligenie_demo sample
util_timer_init()
util_timer_init() function
Initialize a timer. This routine initializes a timer, prior to its first use.
Syntax
Show:
Summary
Declaration
Definition
from
genie_util.h:75
void
util_timer_init
(
util_timer_t
*
timer
,
util_timer_handler_t
handle
,
void
*
args
)
;
Implemented in
genie_util.c:21
Arguments
Argument
Description
timer
Address of timer.
handle
Function to invoke each time the timer expires.
args
Arguments sent to handle.
Return value
N/A
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