flinklib
flinklib: flink C library for Linux
|
flink userspace library, subdevice function "analog input". More...
Go to the source code of this file.
Functions | |
int | flink_analog_in_get_resolution (flink_subdev *subdev, uint32_t *resolution) |
Reads the resolution of a analog input subdevice. More... | |
int | flink_analog_in_get_value (flink_subdev *subdev, uint32_t channel, uint32_t *value) |
Reads an analog input channel. More... | |
flink userspace library, subdevice function "analog input".
Contains the high-level functions for a flink subdevice which realizes the function "analog input".
Definition in file ain.c.
int flink_analog_in_get_resolution | ( | flink_subdev * | subdev, |
uint32_t * | resolution | ||
) |
int flink_analog_in_get_value | ( | flink_subdev * | subdev, |
uint32_t | channel, | ||
uint32_t * | value | ||
) |