Home
last modified time | relevance | path

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