Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Djam_detector.cpp128 Error JamDetector::SetWindow(uint8_t aWindow) in SetWindow() argument
132 VerifyOrExit(aWindow != 0, error = kErrorInvalidArgs); in SetWindow()
133 VerifyOrExit(aWindow <= kMaxWindow, error = kErrorInvalidArgs); in SetWindow()
135 mWindow = aWindow; in SetWindow()
Djam_detector.hpp130 Error SetWindow(uint8_t aWindow);
/openthread-latest/src/core/api/
Djam_detection_api.cpp56 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow) in otJamDetectionSetWindow() argument
58 return AsCoreType(aInstance).Get<Utils::JamDetector>().SetWindow(aWindow); in otJamDetectionSetWindow()
/openthread-latest/include/openthread/
Djam_detection.h92 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow);