ESP-IDF
os_timer_setfn()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_timer_setfn()
os_timer_setfn() function
Syntax
Show:
Summary
Declaration
from
os.h:379
static
inline
void
os_timer_setfn
(
void
*
ptimer
,
void
*
pfunction
,
void
*
parg
)
;
Arguments
Argument
ptimer
pfunction
parg
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
os_timer_setfn
(
void
*
ptimer
,
void
*
pfunction
,
void
*
parg
)
os.h:379
os_timer_setfn
(
&
eloop
.
eloop_timer
,
(
ETSTimerFunc
*
)
eloop_run_timer
,
NULL
)
;
eloop.c:68
eloop_init()
Call Tree
from
examples
os_timer_setfn()
is called by 1 function and calls 1 function:
eloop_init()
All items filtered out
os_timer_setfn()
wifi_osi_funcs_t::_timer_setfn
All items filtered out
Data Use
from
examples
os_timer_setfn()
reads 1 variable:
wifi_funcs
All items filtered out
os_timer_setfn()
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