Home
last modified time | relevance | path

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

/external/libiio/src/bindings/csharp/
DChannel.cs109 private static extern uint iio_channel_read(IntPtr chn, IntPtr buf, IntPtr dst, uint len); in iio_channel_read() method in iio.Channel
200 … count = iio_channel_read(this.chn, buffer.buf, addr, buffer.samples_count * sample_size); in read()
/external/libiio/src/examples/
Ddummy-iiostream.c348 bytes = iio_channel_read(channels[i], rxbuf, buf, sample_size * buffer_length); in main()
/external/libiio/src/
Dmainpage.dox193 Finally, it is possible to use the iio_channel_read() and iio_channel_read_raw()
211 The exception is when iio_channel_read() or iio_channel_write() are used, as the conversion is then…
Diio.h1229 __api size_t iio_channel_read(const struct iio_channel *chn,
Dchannel.c609 size_t iio_channel_read(const struct iio_channel *chn, in iio_channel_read() function
/external/libiio/include/
Diio.h1229 __api size_t iio_channel_read(const struct iio_channel *chn,
/external/libiio/src/bindings/python/
Diio.py311 _c_read = _lib.iio_channel_read