Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Djam_detector.cpp134 Error JamDetector::SetWindow(uint8_t aWindow) in SetWindow() argument
138 VerifyOrExit(aWindow != 0, error = kErrorInvalidArgs); in SetWindow()
139 VerifyOrExit(aWindow <= kMaxWindow, error = kErrorInvalidArgs); in SetWindow()
141 mWindow = aWindow; in SetWindow()
Djam_detector.hpp135 Error SetWindow(uint8_t aWindow);
/openthread-2.7.6/src/core/api/
Djam_detection_api.cpp61 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow) in otJamDetectionSetWindow() argument
65 return instance.Get<Utils::JamDetector>().SetWindow(aWindow); in otJamDetectionSetWindow()
/openthread-2.7.6/include/openthread/
Djam_detection.h96 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow);