Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py304 _c_disable = _lib.iio_channel_disable variable
305 _c_disable.argtypes = (_ChannelPtr, )
492 lambda self, x: _c_enable(self._channel) if x else _c_disable(self._channel),