From bd95be38041b8d9adf5df615e8a74802f092f2d5 Mon Sep 17 00:00:00 2001 From: GfxDisplayBot Date: Mon, 26 Aug 2024 19:57:11 +0530 Subject: [PATCH] Updated docs to v207 --- Control/api.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Control/api.html b/Control/api.html index b011ec6..4b9bdb3 100644 --- a/Control/api.html +++ b/Control/api.html @@ -11947,13 +11947,13 @@

Frequency Structures
double min
-

[in,out] The min frequency in MHz below which hardware frequency management will not request frequencies. On input, setting to 0 will permit the frequency to go down to the hardware minimum. On output, a negative value indicates that no external minimum frequency limit is in effect.

+

[in,out] The min frequency in MHz below which hardware frequency management will not request frequencies. On input, setting to 0 will permit the frequency to go down to the hardware minimum while setting to -1 will return the min frequency limit to the factory value (can be larger than the hardware min). On output, a negative value indicates that no external minimum frequency limit is in effect.

double max
-

[in,out] The max frequency in MHz above which hardware frequency management will not request frequencies. On input, setting to 0 or a very big number will permit the frequency to go all the way up to the hardware maximum. On output, a negative number indicates that no external maximum frequency limit is in effect.

+

[in,out] The max frequency in MHz above which hardware frequency management will not request frequencies. On input, setting to 0 or a very big number will permit the frequency to go all the way up to the hardware maximum while setting to -1 will return the max frequency to the factory value (which can be less than the hardware max). On output, a negative number indicates that no external maximum frequency limit is in effect.