![]() |
flinklib
flinklib: flink C library for Linux
|
flink userspace library, subdevice function "ppwa". More...

Go to the source code of this file.
Functions | |
| int | flink_ppwa_get_baseclock (flink_subdev *subdev, uint32_t *frequency) |
| Reads the base clock of a PPWA subdevice. More... | |
| int | flink_ppwa_get_period (flink_subdev *subdev, uint32_t channel, uint32_t *period) |
| Reads the PPWA period. More... | |
| int | flink_ppwa_get_hightime (flink_subdev *subdev, uint32_t channel, uint32_t *hightime) |
| Reads the PPWA hightime. More... | |
flink userspace library, subdevice function "ppwa".
Contains the high-level functions for a flink subdevice which realizes the function "ppwa".
Definition in file ppwa.c.
| int flink_ppwa_get_baseclock | ( | flink_subdev * | subdev, |
| uint32_t * | frequency | ||
| ) |
| int flink_ppwa_get_hightime | ( | flink_subdev * | subdev, |
| uint32_t | channel, | ||
| uint32_t * | hightime | ||
| ) |
| int flink_ppwa_get_period | ( | flink_subdev * | subdev, |
| uint32_t | channel, | ||
| uint32_t * | period | ||
| ) |