Home
last modified time | relevance | path

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

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