Lines Matching refs:otInstance
75 otError otJamDetectionSetRssiThreshold(otInstance *aInstance, int8_t aRssiThreshold);
84 int8_t otJamDetectionGetRssiThreshold(otInstance *aInstance);
96 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow);
106 uint8_t otJamDetectionGetWindow(otInstance *aInstance);
122 otError otJamDetectionSetBusyPeriod(otInstance *aInstance, uint8_t aBusyPeriod);
132 uint8_t otJamDetectionGetBusyPeriod(otInstance *aInstance);
145 otError otJamDetectionStart(otInstance *aInstance, otJamDetectionCallback aCallback, void *aContext…
156 otError otJamDetectionStop(otInstance *aInstance);
166 bool otJamDetectionIsEnabled(otInstance *aInstance);
176 bool otJamDetectionGetState(otInstance *aInstance);
193 uint64_t otJamDetectionGetHistoryBitmap(otInstance *aInstance);