ESP-IDF
ot::TimerMilli::Scheduler
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::TimerMilli::Scheduler
ot::TimerMilli::Scheduler class
Implements the millisecond timer scheduler.
Syntax
Show:
Summary
Declaration
from
timer.hpp:208
class
Scheduler
:
private
Timer
::
Scheduler
{
friend
class
TimerMilli
;
friend
void
otPlatAlarmMilliFired
(
otInstance
*
aInstance
)
;
public
:
explicit
Scheduler
(
Instance
&
aInstance
)
:
Timer
::
Scheduler
(
aInstance
)
{
}
private
:
void
Add
(
TimerMilli
&
aTimer
)
{
Timer
::
Scheduler
::
Add
(
aTimer
,
sAlarmMilliApi
)
;
}
void
Remove
(
TimerMilli
&
aTimer
)
{
Timer
::
Scheduler
::
Remove
(
aTimer
,
sAlarmMilliApi
)
;
}
void
RemoveAll
(
void
)
{
Timer
::
Scheduler
::
RemoveAll
(
sAlarmMilliApi
)
;
}
void
ProcessTimers
(
void
)
{
Timer
::
Scheduler
::
ProcessTimers
(
sAlarmMilliApi
)
;
}
static
const
AlarmApi
sAlarmMilliApi
;
}
;
Fields
Field
ot::TimerMilli::Scheduler::sAlarmMilliApi
Methods
Add()
Remove()
RemoveAll()
ProcessTimers()
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