ESP-IDF
ot::Radio::GetCslAccuracy()
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::Radio::GetCslAccuracy()
ot::Radio::GetCslAccuracy() method
Get the current accuracy, in units of ± ppm, of the clock used for scheduling CSL operations.
Syntax
Show:
Summary
Declaration
Definition
from
radio.hpp:548
uint8_t
GetCslAccuracy
(
void
)
;
Implemented in
radio.hpp:948
Return value
The current CSL rx/tx scheduling drift, in units of ± ppm.
Notes
Platforms may optimize this value based on operational conditions (i.e.: temperature).
Examples
References
from
examples
Code
Location
inline
uint8_t
Radio
::
GetCslAccuracy
(
void
)
{
return
otPlatRadioGetCslAccuracy
(
GetInstancePtr
(
)
)
;
}
radio.hpp:948
inline
uint8_t
Radio
::
GetCslAccuracy
(
void
)
{
return
NumericLimits
<
uint8_t
>
::
kMax
;
}
radio.hpp:1059
uint8_t
GetCslAccuracy
(
void
)
;
radio.hpp:548
Call Tree
from
examples
ot::Radio::GetCslAccuracy()
calls 2 functions:
All items filtered out
ot::Radio::GetCslAccuracy()
otPlatRadioGetCslAccuracy()
ot::Radio::GetInstancePtr() const
All items filtered out
Data Use
from
examples
All items filtered out
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