0,
};
-static struct samplerates samplerates = {
+static struct sr_samplerates samplerates = {
KHZ(200),
MHZ(200),
0,
MHZ(10), MHZ(20), MHZ(50), MHZ(100), MHZ(200), 0
};
-static struct samplerates samplerates = {
+static struct sr_samplerates samplerates = {
100, MHZ(200), 0, supported_samplerates,
};
0,
};
-static struct samplerates samplerates = {
+static struct sr_samplerates samplerates = {
10,
MHZ(200),
1,
0,
};
-static struct samplerates samplerates = {
+static struct sr_samplerates samplerates = {
KHZ(200),
MHZ(24),
0,
0,
};
-static struct samplerates samplerates = {
+static struct sr_samplerates samplerates = {
0, 0, 0,
supported_samplerates,
};
SR_DI_INSTANCE,
/* The number of probes connected to this device */
SR_DI_NUM_PROBES,
- /* Samplerates supported by this device, (struct samplerates) */
+ /* Samplerates supported by this device, (struct sr_samplerates) */
SR_DI_SAMPLERATES,
/* Types of trigger supported, out of "01crf" (char *) */
SR_DI_TRIGGER_TYPES,
* granularity, or is limited to a set of defined samplerates. Use either
* step or list, but not both.
*/
-struct samplerates {
+struct sr_samplerates {
uint64_t low;
uint64_t high;
uint64_t step;