ESP-IDF
ot::Timer::Scheduler::SetAlarm()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
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
ot::Timer::Scheduler::SetAlarm()
ot::Timer::Scheduler::SetAlarm() method
Syntax
Show:
Summary
Declaration
Definition
from
timer.hpp:177
void
SetAlarm
(
const
AlarmApi
&
aAlarmApi
)
;
Implemented in
timer.cpp:195
Arguments
Argument
aAlarmApi
Related Functions
Found 4 other functions taking a
AlarmApi
argument:
Function
ot::Timer::Scheduler::Remove()
ot::Timer::Scheduler::Add()
ot::Timer::Scheduler::RemoveAll()
ot::Timer::Scheduler::ProcessTimers()
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Timer
::
Scheduler
::
SetAlarm
(
const
AlarmApi
&
aAlarmApi
)
timer.cpp:195
void
SetAlarm
(
const
AlarmApi
&
aAlarmApi
)
;
timer.hpp:177
SetAlarm
(
aAlarmApi
)
;
timer.cpp:167
ot::Timer::Scheduler
ot::Timer::Scheduler::Add()
SetAlarm
(
aAlarmApi
)
;
timer.cpp:182
ot::Timer::Scheduler
ot::Timer::Scheduler::Remove()
SetAlarm
(
aAlarmApi
)
;
timer.cpp:229
ot::Timer::Scheduler
ot::Timer::Scheduler::ProcessTimers()
SetAlarm
(
aAlarmApi
)
;
timer.cpp:244
ot::Timer::Scheduler
ot::Timer::Scheduler::RemoveAll()
Call Tree
from
examples
ot::Timer::Scheduler::SetAlarm()
is called by 4 functions and calls 5 functions:
ot::Timer::Scheduler::Add()
ot::Timer::Scheduler::Remove()
ot::Timer::Scheduler::ProcessTimers()
ot::Timer::Scheduler::RemoveAll()
All items filtered out
ot::Timer::Scheduler::SetAlarm()
ot::Time::Time()
ot::Time::GetValue() const
ot::Timer::Scheduler::AlarmApi::AlarmStartAt
ot::Timer::Scheduler::AlarmApi::AlarmStop
ot::Timer::Scheduler::AlarmApi::AlarmGetNow
All items filtered out
Data Use
from
examples
ot::Timer::Scheduler::SetAlarm()
:
All items filtered out
ot::Timer::Scheduler::SetAlarm()
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