Searched refs:_get_device (Results 1 – 1 of 1) sorted by relevance
155 _get_device = _lib.iio_context_get_device variable156 _get_device.restype = _DevicePtr157 _get_device.argtypes = (_ContextPtr, c_uint)158 _get_device.errcheck = _checkNull749 [ _get_device(self._context, x) for x in range(0, _devices_count(self._context)) ]]