Home
last modified time | relevance | path

Searched refs:accuracy (Results 1 – 3 of 3) sorted by relevance

/edtt-latest/src/components/
Devents.py480 def __checkCentralClockAccuracy(self, accuracy): argument
481 if not (0 <= accuracy <= 7):
524 def __checkPeerClockAccuracy(self, accuracy): argument
525 if not (0x00 <= accuracy <= 0x07):
989 interval, latency, timeout, accuracy = struct.unpack('<HHHB', self.data[12:19]);
996 self.__checkCentralClockAccuracy(accuracy);
998 status = handle = role = addressType = interval = latency = timeout = accuracy = 0;
1000 … return status, handle, role, Address(addressType, address), interval, latency, timeout, accuracy;
1101 interval, latency, timeout, accuracy = struct.unpack('<HHHB', self.data[24:31]);
1109 self.__checkCentralClockAccuracy(accuracy);
[all …]
Dinitiator.py91 … self.status, handle, role, address, interval, latency, timeout, accuracy = event.decode();
94 …s, handle, role, address, localRPA, peerRPA, interval, latency, timeout, accuracy = event.decode();
/edtt-latest/src/tests/
Dll_verification.py2562 …ocalResolvableAddress, peerResolvableAddress, interval, latency, timeout, accuracy = event.decode()
2756 …ocalResolvableAddress, peerResolvableAddress, interval, latency, timeout, accuracy = event.decode()