ESP-IDF
ot::DivideAndGetRemainder()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::DivideAndGetRemainder()
ot::DivideAndGetRemainder() function
Syntax
Show:
Summary
Declaration
from
uptime.cpp:98
static
uint16_t
DivideAndGetRemainder
(
uint32_t
&
aDividend
,
uint32_t
aDivisor
)
;
Arguments
Argument
aDividend
aDivisor
Examples
References
from
examples
Code
Location
Scope
Referrer
static
uint16_t
DivideAndGetRemainder
(
uint32_t
&
aDividend
,
uint32_t
aDivisor
)
uptime.cpp:98
hours
=
DivideAndGetRemainder
(
remainder
,
Time
::
kOneHourInMsec
)
;
uptime.cpp:125
ot::Uptime
ot::Uptime::UptimeToString()
minutes
=
DivideAndGetRemainder
(
remainder
,
Time
::
kOneMinuteInMsec
)
;
uptime.cpp:126
ot::Uptime
ot::Uptime::UptimeToString()
seconds
=
DivideAndGetRemainder
(
remainder
,
Time
::
kOneSecondInMsec
)
;
uptime.cpp:127
ot::Uptime
ot::Uptime::UptimeToString()
Call Tree
from
examples
ot::DivideAndGetRemainder()
is called by 1 function:
ot::Uptime::UptimeToString()
All items filtered out
ot::DivideAndGetRemainder()
All items filtered out
Data Use
from
examples
ot::DivideAndGetRemainder()
:
All items filtered out
ot::DivideAndGetRemainder()
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