Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp986 inline uint8_t Radio::GetCslAccuracy(void) { return otPlatRadioGetCslAccuracy(GetInstancePtr()); } in GetCslAccuracy() function in ot::Radio
1094 inline uint8_t Radio::GetCslAccuracy(void) { return NumericLimits<uint8_t>::kMax; } in GetCslAccuracy() function in ot::Radio
/aosp_15_r20/external/openthread/src/core/thread/
H A Drouter.hpp218 const Mac::CslAccuracy &GetCslAccuracy(void) const { return mCslAccuracy; } in GetCslAccuracy() function in ot::Parent
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp2346 uint8_t RadioSpinel::GetCslAccuracy(void) in GetCslAccuracy() function in ot::Spinel::RadioSpinel