ESP-IDF
ets_timer_setfn()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ets_timer_setfn()
ets_timer_setfn() function
Set timer callback and argument. In FreeRTOS, please call FreeRTOS apis, never call this api.
Syntax
Show:
Summary
Declaration
Definition
from
ets_sys.h:361
void
ets_timer_setfn
(
ETSTimer
*
ptimer
,
ETSTimerFunc
*
pfunction
,
void
*
parg
)
;
Implemented in
ets_timer_legacy.c:63
Arguments
Argument
ptimer
pfunction
parg
Return value
None
Related Functions
Found 10 other functions taking a
_ETSTIMER_
argument:
Function
Description
timer_initialized()
ets_timer_arm()
Arm an ets timer, this timer range is 640 us to 429496 ms. In FreeRTOS, please call FreeRTOS apis, never call this api.
ets_timer_arm_us()
Arm an ets timer, this timer range is 640 us to 429496 ms. In FreeRTOS, please call FreeRTOS apis, never call this api.
ets_timer_disarm()
Disarm an ets timer. In FreeRTOS, please call FreeRTOS apis, never call this api.
ets_timer_done()
Unset timer callback and argument to NULL. In FreeRTOS, please call FreeRTOS apis, never call this api.
os_timer_setfn()
os_timer_disarm()
os_timer_arm_us()
os_timer_arm()
os_timer_done()
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