Home
last modified time | relevance | path

Searched defs:GetBusSpeed (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/posix/platform/
Dhdlc_interface.hpp132 uint32_t GetBusSpeed(void) const { return mBaudRate; } in GetBusSpeed() function in ot::Posix::HdlcInterface
Dvendor_interface_example.cpp93 uint32_t VendorInterface::GetBusSpeed(void) const { return 1000000; } in GetBusSpeed() function in ot::Posix::VendorInterface
Dspi_interface.hpp133 uint32_t GetBusSpeed(void) const { return ((mSpiDevFd >= 0) ? mSpiSpeedHz : 0); } in GetBusSpeed() function in ot::Posix::SpiInterface
/openthread-latest/tests/gtest/
Dfake_coprocessor_platform.hpp63 virtual uint32_t GetBusSpeed(void) const override { return 0; } in GetBusSpeed() function in ot::DirectSpinelInterface
/openthread-latest/src/core/radio/
Dradio.hpp1033 inline uint32_t Radio::GetBusSpeed(void) { return otPlatRadioGetBusSpeed(GetInstancePtr()); } in GetBusSpeed() function in ot::Radio
1137 inline uint32_t Radio::GetBusSpeed(void) { return 0; } in GetBusSpeed() function in ot::Radio
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1990 uint32_t RadioSpinel::GetBusSpeed(void) const { return GetSpinelDriver().GetSpinelInterface()->GetB… in GetBusSpeed() function in ot::Spinel::RadioSpinel