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