projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30f01d
)
tests: document the freq argument in test_set_event()
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Wed, 27 Mar 2019 13:47:21 +0000
(14:47 +0100)
committer
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Tue, 23 Apr 2019 09:47:07 +0000
(11:47 +0200)
The freq argument is not documented and it's not clear what it means.
Add a brief comment.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tests/gpiod-test.h
patch
|
blob
|
history
diff --git
a/tests/gpiod-test.h
b/tests/gpiod-test.h
index b97cd476e75f95b983009ecc9003ce9a7531a261..040d993f39384c5e205cb64ffa92b05a40398065 100644
(file)
--- a/
tests/gpiod-test.h
+++ b/
tests/gpiod-test.h
@@
-93,6
+93,7
@@
const char *test_chip_path(unsigned int index);
const char *test_chip_name(unsigned int index);
unsigned int test_chip_num(unsigned int index);
+/* Last argument is the delay between line value switches in microseconds. */
void test_set_event(unsigned int chip_index,
unsigned int line_offset, unsigned int freq);