pub const V2IP_SCALING_REFRESH_MIN: u16 = 24;Expand description
Lowest refresh rate a V2IP output stage accepts, in Hz.
A receiver replaces anything outside
V2IP_SCALING_REFRESH_MIN..=V2IP_SCALING_REFRESH_MAX with 50 rather
than refusing the write, so 0 asks for 50Hz here instead of asking for
nothing.