ESP-IDF
ot::Radio::GetReceiveSensitivity() const
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::GetReceiveSensitivity() const
ot::Radio::GetReceiveSensitivity() const method
Gets the radio receive sensitivity value.
Syntax
Show:
Summary
Declaration
Definition
from
radio.hpp:303
int8_t
GetReceiveSensitivity
(
void
)
const
;
Implemented in
radio.hpp:839
Return value
The radio receive sensitivity value in dBm.
Examples
References
from
examples
Code
Location
inline
int8_t
Radio
::
GetReceiveSensitivity
(
void
)
const
{
return
otPlatRadioGetReceiveSensitivity
(
GetInstancePtr
(
)
)
;
}
radio.hpp:839
inline
int8_t
Radio
::
GetReceiveSensitivity
(
void
)
const
{
return
kDefaultReceiveSensitivity
;
}
radio.hpp:998
int8_t
GetReceiveSensitivity
(
void
)
const
;
radio.hpp:303
Call Tree
from
examples
ot::Radio::GetReceiveSensitivity() const
calls 2 functions:
All items filtered out
ot::Radio::GetReceiveSensitivity() const
otPlatRadioGetReceiveSensitivity()
ot::Radio::GetInstancePtr() const
All items filtered out
Data Use
from
examples
ot::Radio::GetReceiveSensitivity() const
reads 1 variable:
ot::Radio::kDefaultReceiveSensitivity
All items filtered out
ot::Radio::GetReceiveSensitivity() 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