Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py227 _channels_count = _lib.iio_device_get_channels_count variable
228 _channels_count.restype = c_uint
229 _channels_count.argtypes = (_DevicePtr, )
595 for x in range(0, _channels_count(self._device)) ]