Searched refs:iio_channel_read (Results 1 – 7 of 7) sorted by relevance
/external/libiio/src/bindings/csharp/ |
D | Channel.cs | 109 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/ |
D | dummy-iiostream.c | 348 bytes = iio_channel_read(channels[i], rxbuf, buf, sample_size * buffer_length); in main()
|
/external/libiio/src/ |
D | mainpage.dox | 193 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…
|
D | iio.h | 1229 __api size_t iio_channel_read(const struct iio_channel *chn,
|
D | channel.c | 609 size_t iio_channel_read(const struct iio_channel *chn, in iio_channel_read() function
|
/external/libiio/include/ |
D | iio.h | 1229 __api size_t iio_channel_read(const struct iio_channel *chn,
|
/external/libiio/src/bindings/python/ |
D | iio.py | 311 _c_read = _lib.iio_channel_read
|