Searched refs:otChannelManagerGetDelay (Results 1 – 4 of 4) sorted by relevance
91 uint16_t otChannelManagerGetDelay(otInstance *aInstance);
56 uint16_t otChannelManagerGetDelay(otInstance *aInstance) in otChannelManagerGetDelay() function
1265 return mEncoder.WriteUint16(otChannelManagerGetDelay(mInstance)); in HandlePropertyGet()
1510 OutputLine("delay: %u", otChannelManagerGetDelay(GetInstancePtr())); in Process()1625 error = ProcessGetSet(aArgs + 2, otChannelManagerGetDelay, otChannelManagerSetDelay); in Process()