Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dchannel_manager.h87 uint16_t otChannelManagerGetDelay(otInstance *aInstance);
/openthread-3.4.0/src/core/api/
Dchannel_manager_api.cpp56 uint16_t otChannelManagerGetDelay(otInstance *aInstance) in otChannelManagerGetDelay() function
/openthread-3.4.0/src/ncp/
Dncp_base_ftd.cpp1265 return mEncoder.WriteUint16(otChannelManagerGetDelay(mInstance)); in HandlePropertyGet()
/openthread-3.4.0/src/cli/
Dcli.cpp1696 OutputLine("delay: %u", otChannelManagerGetDelay(GetInstancePtr())); in Process()
1779 error = ProcessGetSet(aArgs + 2, otChannelManagerGetDelay, otChannelManagerSetDelay); in Process()