Home
last modified time | relevance | path

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

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