Searched refs:otLinkGetCslChannel (Results 1 – 4 of 4) sorted by relevance
1034 uint8_t otLinkGetCslChannel(otInstance *aInstance);
398 uint8_t otLinkGetCslChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().G… in otLinkGetCslChannel() function
313 return mEncoder.WriteUint8(otLinkGetCslChannel(mInstance)); in HandlePropertyGet()
2364 OutputLine("Channel: %u", otLinkGetCslChannel(GetInstancePtr())); in Process()