Searched refs:_channels_count (Results 1 – 1 of 1) sorted by relevance
227 _channels_count = _lib.iio_device_get_channels_count variable228 _channels_count.restype = c_uint229 _channels_count.argtypes = (_DevicePtr, )595 for x in range(0, _channels_count(self._device)) ]