ESP-IDF
ot::Spinel::SpinelInterface::GetBusSpeed() 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::Spinel::SpinelInterface::GetBusSpeed() const
ot::Spinel::SpinelInterface::GetBusSpeed() const method
Returns the bus speed between the host and the radio.
Syntax
Show:
Summary
Declaration
from
spinel_interface.hpp:126
virtual
uint32_t
GetBusSpeed
(
void
)
const
=
0
;
Return value
Bus speed in bits/second.
Examples
References
from
examples
Code
Location
Scope
Referrer
virtual
uint32_t
GetBusSpeed
(
void
)
const
=
0
;
spinel_interface.hpp:126
uint32_t
GetBusSpeed
(
void
)
const
;
esp_radio_spinel_uart_interface.hpp:103
esp::radio_spinel::UartSpinelInterface
esp::radio_spinel::UartSpinelInterface::GetBusSpeed() const
uint32_t
GetBusSpeed
(
void
)
const
;
esp_spi_spinel_interface.hpp:100
esp::openthread::SpiSpinelInterface
esp::openthread::SpiSpinelInterface::GetBusSpeed() const
uint32_t
GetBusSpeed
(
void
)
const
;
esp_uart_spinel_interface.hpp:106
esp::openthread::UartSpinelInterface
esp::openthread::UartSpinelInterface::GetBusSpeed() const
uint32_t
RadioSpinel
::
GetBusSpeed
(
void
)
const
{
return
GetSpinelDriver
(
)
.
GetSpinelInterface
(
)
->
GetBusSpeed
(
)
;
}
radio_spinel.cpp:1958
ot::Spinel::RadioSpinel
ot::Spinel::RadioSpinel::GetBusSpeed() const
Call Tree
from
examples
ot::Spinel::SpinelInterface::GetBusSpeed() const
is called by 1 function:
ot::Spinel::RadioSpinel::GetBusSpeed() const
All items filtered out
ot::Spinel::SpinelInterface::GetBusSpeed() 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
ot::Spinel::SpinelInterface::GetBusSpeed() const
overrides 3 methodss:
esp::openthread::SpiSpinelInterface::GetBusSpeed() const
esp::openthread::UartSpinelInterface::GetBusSpeed() const
esp::radio_spinel::UartSpinelInterface::GetBusSpeed() const
All items filtered out
ot::Spinel::SpinelInterface::GetBusSpeed() const
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