Type Alias rk3399_pac::hdmi::csc_cfg::CscLimitW
source · pub type CscLimitW<'a, REG> = BitWriter<'a, REG>;
Expand description
Field CSC_LIMIT
writer - When set (1’b1), the range limitation values
defined in registers csc_mat_uplim and
csc_mat_dnlim are applied to the output of the
Color Space Conversion matrix. This feature
ensures that the video output range is always
respected, independently of the matrix coefficient
configuration or of the video input stream.
Aliased Type§
struct CscLimitW<'a, REG> { /* private fields */ }