ESP-IDF
ot::Timer::kMaxDelay
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Timer::kMaxDelay
ot::Timer::kMaxDelay variable
This constant defines maximum delay allowed when starting a timer.
Syntax
Show:
Summary
Declaration
from
timer.hpp:131
static
const
uint32_t
kMaxDelay
=
(
Time
::
kMaxDuration
>
>
1
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
const
uint32_t
kMaxDelay
=
(
Time
::
kMaxDuration
>
>
1
)
;
timer.hpp:131
period
=
Time
::
SecToMsec
(
Min
(
Get
<
Mle
::
MleRouter
>
(
)
.
GetTimeout
(
)
,
Time
::
MsecToSec
(
TimerMilli
::
kMaxDelay
)
)
)
;
data_poll_sender.cpp:525
ot::DataPollSender
ot::DataPollSender::GetDefaultPollPeriod() const
VerifyOrExit
(
aInfo
.
mConfig
.
GetResponseTimeout
(
)
<=
TimerMilli
::
kMaxDelay
,
error
=
kErrorInvalidArgs
)
;
dns_client.cpp:1037
ot::Dns::Client
ot::Dns::Client::AllocateQuery()
VerifyOrExit
(
mConfig
.
mInterval
<=
Timer
::
kMaxDelay
,
error
=
kErrorInvalidArgs
)
;
ping_sender.cpp:103
ot::Utils::PingSender
ot::Utils::PingSender::Ping()
static
constexpr
uint32_t
kMaxLifetime
=
Time
::
MsecToSec
(
Timer
::
kMaxDelay
)
;
routing_manager.cpp:653
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::CalculateExpirationTime()
lifetime
=
Min
(
savedPrefix
.
GetLifetime
(
)
,
Time
::
MsecToSec
(
TimerMilli
::
kMaxDelay
)
)
;
routing_manager.cpp:2545
ot::BorderRouter::RoutingManager::OnLinkPrefixManager
ot::BorderRouter::RoutingManager::OnLinkPrefixManager::Init()
static
constexpr
uint32_t
kMaxLease
=
(
Timer
::
kMaxDelay
/
1000
)
-
1
;
srp_client.hpp:778
VerifyOrExit
(
mMaxKeyLease
<=
Time
::
MsecToSec
(
TimerMilli
::
kMaxDelay
)
)
;
srp_server.cpp:227
ot::Srp::Server::LeaseConfig
ot::Srp::Server::LeaseConfig::IsValid() const
OT_ASSERT
(
aDelay
<=
kMaxDelay
)
;
timer.cpp:102
ot::TimerMilli
ot::TimerMilli::StartAt()
OT_ASSERT
(
aDelay
<=
kMaxDelay
)
;
timer.cpp:270
ot::TimerMicro
ot::TimerMicro::StartAt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Timer::kMaxDelay
is read by 8 functions:
All items filtered out
ot::Timer::kMaxDelay
ot::TimerMilli::StartAt()
ot::TimerMicro::StartAt()
ot::DataPollSender::GetDefaultPollPeriod() const
ot::Utils::PingSender::Ping()
ot::Dns::Client::AllocateQuery()
ot::BorderRouter::RoutingManager::CalculateExpirationTime()
ot::BorderRouter::RoutingManager::OnLinkPrefixManager::Init()
ot::Srp::Server::LeaseConfig::IsValid() const
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