Home
last modified time | relevance | path

Searched defs:iio_device_get_channel (Results 1 – 2 of 2) sorted by relevance

/external/libiio/src/bindings/csharp/
DDevice.cs108 private static extern IntPtr iio_device_get_channel(IntPtr dev, uint index); in iio_device_get_channel() method in iio.Device
/external/libiio/src/
Ddevice.c240 struct iio_channel * iio_device_get_channel(const struct iio_device *dev, in iio_device_get_channel() function