ESP-IDF
eloop_timeout_handler
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eloop_timeout_handler
eloop_timeout_handler
eloop_timeout_handler - eloop timeout event callback type @eloop_ctx: Registered callback context data (eloop_data) @user_ctx: Registered callback context data (user_data)
Syntax
Show:
Summary
Declaration
from
eloop.h:57
typedef
void
(
*
eloop_timeout_handler
)
(
void
*
eloop_ctx
,
void
*
user_ctx
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
eloop_timeout_handler
)
(
void
*
eloop_ctx
,
void
*
user_ctx
)
;
eloop.h:57
eloop_timeout_handler
handler
;
eloop.c:26
eloop_timeout_handler
handler
,
eloop.c:87
eloop_register_timeout()
int
eloop_cancel_timeout
(
eloop_timeout_handler
handler
,
eloop.c:198
eloop_cancel_timeout()
int
eloop_cancel_timeout_one
(
eloop_timeout_handler
handler
,
eloop.c:224
eloop_cancel_timeout_one()
int
eloop_is_timeout_registered
(
eloop_timeout_handler
handler
,
eloop.c:251
eloop_is_timeout_registered()
eloop_timeout_handler
handler
,
void
*
eloop_data
,
eloop.c:268
eloop_deplete_timeout()
eloop_timeout_handler
handler
,
void
*
eloop_data
,
eloop.c:299
eloop_replenish_timeout()
eloop_timeout_handler
handler
=
eloop.c:361
eloop_run()
eloop_timeout_handler
handler
,
eloop.h:189
int
eloop_cancel_timeout
(
eloop_timeout_handler
handler
,
eloop.h:210
int
eloop_cancel_timeout_one
(
eloop_timeout_handler
handler
,
eloop.h:225
int
eloop_is_timeout_registered
(
eloop_timeout_handler
handler
,
eloop.h:239
eloop_timeout_handler
handler
,
void
*
eloop_data
,
eloop.h:256
eloop_timeout_handler
handler
,
void
*
eloop_data
,
eloop.h:273
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