Home
last modified time | relevance | path

Searched refs:otLinkGetFrameCounter (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/gtest/
Dfake_coprocessor_platform.cpp43 OT_TOOL_WEAK uint32_t otLinkGetFrameCounter(otInstance *) { return 0; } in otLinkGetFrameCounter() function
/openthread-latest/include/openthread/
Dlink.h645 uint32_t otLinkGetFrameCounter(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp214 uint32_t otLinkGetFrameCounter(otInstance *aInstance) in otLinkGetFrameCounter() function
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp2207 otLinkGetFrameCounter(mInstance) + kFrameCounterGuard)); in RestoreProperties()