Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py217 _d_reg_write = _lib.iio_device_reg_write variable
218 _d_reg_write.restype = c_int
219 _d_reg_write.argtypes = (_DevicePtr, c_uint, c_uint)
220 _d_reg_write.errcheck = _checkNegative
612 _d_reg_write(self._device, reg, value)