Home
last modified time | relevance | path

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

/external/openthread/src/posix/platform/
Dhdlc_interface.hpp158 uint32_t GetBusSpeed(void) const { return mBaudRate; } in GetBusSpeed() function in ot::Posix::HdlcInterface
Dvendor_interface_example.cpp105 uint32_t VendorInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::VendorInterface
Dspi_interface.hpp147 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.cpp79 uint32_t VendorInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::VendorInterface
Dhal_interface.cpp142 uint32_t HalInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::HalInterface
/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp2215 uint32_t RadioSpinel<InterfaceType, ProcessContextType>::GetBusSpeed(void) const in GetBusSpeed() function in ot::Spinel::RadioSpinel