Home
last modified time | relevance | path

Searched refs:GetBusSpeed (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/posix/platform/
Dhdlc_interface.hpp158 uint32_t GetBusSpeed(void) const { return mBaudRate; } in GetBusSpeed() function in ot::Posix::HdlcInterface
Dspi_interface.hpp147 uint32_t GetBusSpeed(void) const { return ((mSpiDevFd >= 0) ? mSpiSpeedHz : 0); } in GetBusSpeed() function in ot::Posix::SpiInterface
Dradio.cpp592 return sRadioSpinel.GetBusSpeed(); in otPlatRadioGetBusSpeed()
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel.hpp730 uint32_t GetBusSpeed(void) const;
Dradio_spinel_impl.hpp2179 uint32_t RadioSpinel<InterfaceType, ProcessContextType>::GetBusSpeed(void) const in GetBusSpeed() function in ot::Spinel::RadioSpinel
2181 return mSpinelInterface.GetBusSpeed(); in GetBusSpeed()