Searched refs:GetBusSpeed (Results 1 – 5 of 5) sorted by relevance
158 uint32_t GetBusSpeed(void) const { return mBaudRate; } in GetBusSpeed() function in ot::Posix::HdlcInterface
147 uint32_t GetBusSpeed(void) const { return ((mSpiDevFd >= 0) ? mSpiSpeedHz : 0); } in GetBusSpeed() function in ot::Posix::SpiInterface
592 return sRadioSpinel.GetBusSpeed(); in otPlatRadioGetBusSpeed()
730 uint32_t GetBusSpeed(void) const;
2179 uint32_t RadioSpinel<InterfaceType, ProcessContextType>::GetBusSpeed(void) const in GetBusSpeed() function in ot::Spinel::RadioSpinel2181 return mSpinelInterface.GetBusSpeed(); in GetBusSpeed()