Searched defs:GetBusSpeed (Results 1 – 6 of 6) sorted by relevance
/external/openthread/src/posix/platform/ | ||
D | hdlc_interface.hpp | 158 uint32_t GetBusSpeed(void) const { return mBaudRate; } in GetBusSpeed() function in ot::Posix::HdlcInterface |
D | vendor_interface_example.cpp | 105 uint32_t VendorInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::VendorInterface |
D | spi_interface.hpp | 147 uint32_t GetBusSpeed(void) const { return ((mSpiDevFd >= 0) ? mSpiSpeedHz : 0); } in GetBusSpeed() function in ot::Posix::SpiInterface |
/external/openthread/src/android/thread_network_hal/ | ||
D | vendor_interface.cpp | 79 uint32_t VendorInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::VendorInterface |
D | hal_interface.cpp | 142 uint32_t HalInterface::GetBusSpeed(void) const in GetBusSpeed() function in ot::Posix::HalInterface |
/external/openthread/src/lib/spinel/ | ||
D | radio_spinel_impl.hpp | 2215 uint32_t RadioSpinel<InterfaceType, ProcessContextType>::GetBusSpeed(void) const in GetBusSpeed() function in ot::Spinel::RadioSpinel |