ESP-IDF
ot::Time::kOneDayInMsec
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Time::kOneDayInMsec
ot::Time::kOneDayInMsec variable
Syntax
Show:
Summary
Declaration
from
time.hpp:65
static
constexpr
uint32_t
kOneDayInMsec
=
kOneHourInMsec
*
24
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kOneDayInMsec
=
kOneHourInMsec
*
24
;
///< One day interval in msec.
time.hpp:65
uint64_t
days
=
aUptime
/
Time
::
kOneDayInMsec
;
uptime.cpp:112
ot::Uptime
ot::Uptime::UptimeToString()
aUptime
-=
days
*
Time
::
kOneDayInMsec
;
uptime.cpp:121
ot::Uptime
ot::Uptime::UptimeToString()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Time::kOneDayInMsec
is read by 1 function:
All items filtered out
ot::Time::kOneDayInMsec
ot::Uptime::UptimeToString()
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