Home
last modified time | relevance | path

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

/external/libiio/src/bindings/csharp/
DChannel.cs103 … private static extern uint iio_channel_read_raw(IntPtr chn, IntPtr buf, IntPtr dst, uint len); in iio_channel_read_raw() method in iio.Channel
198 … count = iio_channel_read_raw(this.chn, buffer.buf, addr, buffer.samples_count * sample_size); in read()
/external/libiio/src/examples/
Ddummy-iiostream.c346 bytes = iio_channel_read_raw(channels[i], rxbuf, buf, sample_size * buffer_length); in main()
/external/libiio/src/
Diio.h1218 __api size_t iio_channel_read_raw(const struct iio_channel *chn,
Dchannel.c594 size_t iio_channel_read_raw(const struct iio_channel *chn, in iio_channel_read_raw() function
Dmainpage.dox193 Finally, it is possible to use the iio_channel_read() and iio_channel_read_raw()
/external/libiio/include/
Diio.h1218 __api size_t iio_channel_read_raw(const struct iio_channel *chn,
/external/libiio/src/bindings/python/
Diio.py315 _c_read_raw = _lib.iio_channel_read_raw