ESP-IDF
ot::Timer::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
ot::Timer::Handler
ot::Timer::Handler
Defines a function reference which is invoked when the timer expires.
Syntax
Show:
Summary
Declaration
from
timer.hpp:138
typedef
void
(
&
Handler
)
(
Timer
&
aTimer
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
&
Handler
)
(
Timer
&
aTimer
)
;
timer.hpp:138
AnnounceSenderBase
::
AnnounceSenderBase
(
Instance
&
aInstance
,
Timer
::
Handler
aHandler
)
announce_sender.cpp:45
ot::AnnounceSenderBase::AnnounceSenderBase()
AnnounceSenderBase
(
Instance
&
aInstance
,
Timer
::
Handler
aHandler
)
;
announce_sender.hpp:68
DatasetManager
::
DatasetManager
(
Instance
&
aInstance
,
Type
aType
,
Timer
::
Handler
aTimerHandler
)
dataset_manager.cpp:46
ot::MeshCoP::DatasetManager::DatasetManager()
DatasetManager
(
Instance
&
aInstance
,
Type
aType
,
TimerMilli
::
Handler
aTimerHandler
)
;
dataset_manager.hpp:274
Timer
(
Instance
&
aInstance
,
Handler
aHandler
)
timer.hpp:182
ot::Timer::Timer()
Handler
mHandler
;
timer.hpp:192
TimerMilli
(
Instance
&
aInstance
,
Handler
aHandler
)
timer.hpp:239
ot::TimerMilli::TimerMilli()
TimerMilliContext
(
Instance
&
aInstance
,
Handler
aHandler
,
void
*
aContext
)
timer.hpp:350
ot::TimerMilliContext::TimerMilliContext()
TimerMicro
(
Instance
&
aInstance
,
Handler
aHandler
)
timer.hpp:411
ot::TimerMicro::TimerMicro()
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