ESP-IDF
is_expired()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
is_expired()
is_expired() function
Syntax
Show:
Summary
Declaration
from
esp_openthread_alarm.c:32
static
inline
bool
is_expired
(
uint32_t
target
,
uint32_t
now
)
;
Arguments
Argument
target
now
Examples
References
from
examples
Code
Location
Referrer
static
inline
bool
is_expired
(
uint32_t
target
,
uint32_t
now
)
esp_openthread_alarm.c:32
return
is_expired
(
target
,
now
)
?
0
:
target
-
now
;
esp_openthread_alarm.c:39
calculate_duration()
if
(
s_is_ms_running
&&
is_expired
(
s_alarm_ms
,
otPlatAlarmMilliGetNow
(
)
)
)
{
esp_openthread_alarm.c:129
esp_openthread_alarm_process()
if
(
s_is_us_running
&&
is_expired
(
s_alarm_us
,
otPlatAlarmMicroGetNow
(
)
)
)
{
esp_openthread_alarm.c:143
esp_openthread_alarm_process()
Call Tree
from
examples
is_expired()
is called by 2 functions:
calculate_duration()
esp_openthread_alarm_process()
All items filtered out
is_expired()
All items filtered out
Data Use
from
examples
is_expired()
:
All items filtered out
is_expired()
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