Home
last modified time | relevance | path

Searched refs:otPlatRadioGetCslAccuracy (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/radio/
Dradio_platform.cpp246 OT_TOOL_WEAK uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance) in otPlatRadioGetCslAccuracy() function
Dradio.hpp811 return otPlatRadioGetCslAccuracy(GetInstancePtr()); in GetCslAccuracy()
/external/openthread/include/openthread/platform/
Dradio.h1061 uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance);
/external/openthread/tests/unit/
Dtest_platform.cpp436 OT_TOOL_WEAK uint8_t otPlatRadioGetCslAccuracy(otInstance *) in otPlatRadioGetCslAccuracy() function
/external/openthread/src/posix/platform/
Dradio.cpp613 uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance) in otPlatRadioGetCslAccuracy() function
/external/openthread/examples/platforms/simulation/
Dradio.c1242 uint8_t otPlatRadioGetCslAccuracy(otInstance *aInstance) in otPlatRadioGetCslAccuracy() function
/external/openthread/src/ncp/
Dncp_base.cpp1553 return mEncoder.WriteUint8(otPlatRadioGetCslAccuracy(mInstance)); in HandlePropertyGet()