ESP-IDF
ot::Time::kOneHourInMsec
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::kOneHourInMsec
ot::Time::kOneHourInMsec variable
Syntax
Show:
Summary
Declaration
from
time.hpp:64
static
constexpr
uint32_t
kOneHourInMsec
=
kOneMinuteInMsec
*
60
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kOneHourInMsec
=
kOneMinuteInMsec
*
60
;
///< One hour interval in msec.
time.hpp:64
static
constexpr
uint32_t
kMaxDelay
=
(
72
*
Time
::
kOneHourInMsec
)
;
meshcop_tlvs.hpp:562
static
constexpr
uint32_t
kOneDayInMsec
=
kOneHourInMsec
*
24
;
///< One day interval in msec.
time.hpp:65
hours
=
DivideAndGetRemainder
(
remainder
,
Time
::
kOneHourInMsec
)
;
uptime.cpp:125
ot::Uptime
ot::Uptime::UptimeToString()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Time::kOneHourInMsec
is read by 1 function:
All items filtered out
ot::Time::kOneHourInMsec
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