ESP-IDF
ot::Timer::IsRunning() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::IsRunning() const
ot::Timer::IsRunning() const method
Indicates whether or not the timer instance is running.
Syntax
Show:
Summary
Declaration
from
timer.hpp:153
bool
IsRunning
(
void
)
const
;
Return value
TRUE If the timer is running. FALSE If the timer is not running.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsRunning
(
void
)
const
{
return
(
mNext
!=
this
)
;
}
timer.hpp:153
VerifyOrExit
(
aTimer
.
IsRunning
(
)
)
;
timer.cpp:177
ot::Timer::Scheduler
ot::Timer::Scheduler::Remove()
bool
IsRunning
(
void
)
const
{
return
TimerMilli
::
IsRunning
(
)
;
}
trickle_timer.hpp:97
ot::TrickleTimer::IsRunning() const
Call Tree
from
examples
ot::Timer::IsRunning() const
is called by 1 function:
ot::Timer::Scheduler::Remove()
All items filtered out
ot::Timer::IsRunning() const
All items filtered out
Data Use
from
examples
ot::Timer::IsRunning() const
reads 1 variable and writes 1 variable:
ot::Timer::mNext
All items filtered out
ot::Timer::IsRunning() const
ot::TrickleTimer::IsRunning() const
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