Home
last modified time | relevance | path

Searched refs:channelMap (Results 1 – 2 of 2) sorted by relevance

/edtt-2.7.6/src/components/
Dutils.py114 def formatChannelMap(channelMap): argument
116 for part in reversed(channelMap):
/edtt-2.7.6/src/tests/
Dll_verification.py95 def channelMapUpdate(transport, idx, channelMap, trace): argument
97 status = le_set_host_channel_classification(transport, idx, toArray(channelMap, 5), 100);
3216 interval, timeout, errCode, channelMap = 6, 300, 0x2A, 0x1555555555;
3224 success = channelMapUpdate(transport, lowerTester, channelMap, trace) and success;