Home
last modified time | relevance | path

Searched defs:iio_channel_read (Results 1 – 2 of 2) 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
/external/libiio/src/
Dchannel.c609 size_t iio_channel_read(const struct iio_channel *chn, in iio_channel_read() function