Searched refs:_get_channel (Results 1 – 2 of 2) sorted by relevance
97 def _get_channel(target, args): function136 channel = _get_channel(test_server_target, args)
231 _get_channel = _lib.iio_device_get_channel variable232 _get_channel.restype = _ChannelPtr233 _get_channel.argtypes = (_DevicePtr, c_uint)234 _get_channel.errcheck = _checkNull594 chans = [ Channel(_get_channel(self._device, x))