Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dhdlc_interface.hpp142 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.hpp143 uint32_t GetBusSpeed(void) const { return ((mSpiDevFd >= 0) ? mSpiSpeedHz : 0); } in GetBusSpeed() function in ot::Posix::SpiInterface
/external/openthread/src/android/thread_network_hal/
Dvendor_interface.cpp74 uint32_t VendorInterface::GetBusSpeed(void) const { return sHalInterface->GetBusSpeed(); } in GetBusSpeed() function in ot::Posix::VendorInterface
Dhal_interface.cpp144 uint32_t HalInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::HalInterface
/external/openthread/src/lib/spinel/
Dradio_spinel.cpp2074 uint32_t RadioSpinel::GetBusSpeed(void) const { return mSpinelInterface->GetBusSpeed(); } in GetBusSpeed() function in ot::Spinel::RadioSpinel