Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dlink.h1034 uint8_t otLinkGetCslChannel(otInstance *aInstance);
/openthread-3.5.0/src/core/api/
Dlink_api.cpp398 uint8_t otLinkGetCslChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().G… in otLinkGetCslChannel() function
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp313 return mEncoder.WriteUint8(otLinkGetCslChannel(mInstance)); in HandlePropertyGet()
/openthread-3.5.0/src/cli/
Dcli.cpp2364 OutputLine("Channel: %u", otLinkGetCslChannel(GetInstancePtr())); in Process()