Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py307 _c_is_enabled = _lib.iio_channel_is_enabled variable
308 _c_is_enabled.restype = c_bool
309 _c_is_enabled.argtypes = (_ChannelPtr, )
491 enabled = property(lambda self: _c_is_enabled(self._channel), \