Home
last modified time | relevance | path

Searched defs:GetCslUncertainty (Results 1 – 3 of 3) sorted by relevance

/openthread-3.5.0/src/core/radio/
Dradio.hpp871 inline uint8_t Radio::GetCslUncertainty(void) { return otPlatRadioGetCslUncertainty(GetInstancePtr(… in GetCslUncertainty() function in ot::Radio
973 inline uint8_t Radio::GetCslUncertainty(void) { return UINT8_MAX; } in GetCslUncertainty() function in ot::Radio
/openthread-3.5.0/src/core/thread/
Dmle_tlvs.hpp1284 uint8_t GetCslUncertainty(void) const { return mCslUncertainty; } in GetCslUncertainty() function in ot::Mle::CslClockAccuracyTlv
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp2303 template <typename InterfaceType> uint8_t RadioSpinel<InterfaceType>::GetCslUncertainty(void) in GetCslUncertainty() function in ot::Spinel::RadioSpinel