ESP-IDF
ot::Timer::Scheduler::AlarmApi
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
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::AlarmApi
ot::Timer::Scheduler::AlarmApi struct
Syntax
Show:
Summary
Declaration
from
timer.hpp:161
struct
AlarmApi
{
void
(
*
AlarmStartAt
)
(
otInstance
*
aInstance
,
uint32_t
aT0
,
uint32_t
aDt
)
;
void
(
*
AlarmStop
)
(
otInstance
*
aInstance
)
;
uint32_t
(
*
AlarmGetNow
)
(
void
)
;
}
;
Fields
Field
Declared as
ot::Timer::Scheduler::AlarmApi::AlarmStartAt
void
(
*
)
(
otInstance
*
aInstance
,
uint32_t
aT0
,
uint32_t
aDt
)
ot::Timer::Scheduler::AlarmApi::AlarmStop
void
(
*
)
(
otInstance
*
aInstance
)
ot::Timer::Scheduler::AlarmApi::AlarmGetNow
uint32_t
(
*
)
(
void
)
Related Functions
Found 5 other functions taking a
AlarmApi
argument:
Function
ot::Timer::Scheduler::Remove()
ot::Timer::Scheduler::SetAlarm()
ot::Timer::Scheduler::Add()
ot::Timer::Scheduler::RemoveAll()
ot::Timer::Scheduler::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