ESP-IDF
s_alarm_ms
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_alarm_ms
s_alarm_ms variable
Syntax
Show:
Summary
Declaration
from
esp_openthread_alarm.c:26
static
uint32_t
s_alarm_ms
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
s_alarm_ms
=
0
;
esp_openthread_alarm.c:26
s_alarm_ms
=
aT0
+
aDt
;
esp_openthread_alarm.c:51
otPlatAlarmMilliStartAt()
remaining_us
=
calculate_duration
(
s_alarm_ms
,
otPlatAlarmMilliGetNow
(
)
)
*
US_PER_MS
;
esp_openthread_alarm.c:107
esp_openthread_alarm_update()
if
(
s_is_ms_running
&&
is_expired
(
s_alarm_ms
,
otPlatAlarmMilliGetNow
(
)
)
)
{
esp_openthread_alarm.c:129
esp_openthread_alarm_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_alarm_ms
is written by 1 function and is read by 2 functions:
otPlatAlarmMilliStartAt()
All items filtered out
s_alarm_ms
esp_openthread_alarm_update()
esp_openthread_alarm_process()
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