Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py269 _c_is_output = _lib.iio_channel_is_output variable
270 _c_is_output.restype = c_bool
271 _c_is_output.argtypes = (_ChannelPtr, )
432 self._output = _c_is_output(self._channel)