We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d1944 commit 5c048bcCopy full SHA for 5c048bc
1 file changed
api/device.proto
@@ -41,6 +41,9 @@ message DeviceConfiguration {
41
message DeviceSettings {
42
string name = 1;
43
TimeSource time_source = 2;
44
+
45
+ // If configurable, the desired FPGA clock frequency in hz
46
+ uint32 fpga_clock_freq_hz = 3;
47
}
48
49
message GetSettingsQuery {
0 commit comments