Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_monitor.h98 uint32_t otChannelMonitorGetSampleInterval(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_monitor_api.cpp57 uint32_t otChannelMonitorGetSampleInterval(otInstance *aInstance) in otChannelMonitorGetSampleInterval() function
/openthread-latest/src/cli/
Dcli.cpp1400 … OutputLine("interval: %lu", ToUlong(otChannelMonitorGetSampleInterval(GetInstancePtr()))); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2515 return mEncoder.WriteUint32(otChannelMonitorGetSampleInterval(mInstance)); in HandlePropertyGet()