]> sigrok.org Git - libsigrok.git/blobdiff - hwdriver.c
hwdriver: Add SR_CONF_CLOCK_EDGE option.
[libsigrok.git] / hwdriver.c
index 302ffdc5196eba6a19127cc6e7e5bda615942a2b..3dd44db0aa182c7f46236bb510c443be184e3cbc 100644 (file)
@@ -118,6 +118,8 @@ static struct sr_config_info sr_config_info_data[] = {
                "Over-current protection", NULL},
        {SR_CONF_LIMIT_SAMPLES, SR_T_UINT64, "limit_samples",
                "Sample limit", NULL},
+       {SR_CONF_CLOCK_EDGE, SR_T_CHAR, "clock_edge",
+               "Clock edge", NULL},
        {0, 0, NULL, NULL, NULL},
 };