Type Alias d1_pac::tve::tve_configuration1::BYPASS_YCLAMP_W

source ·
pub type BYPASS_YCLAMP_W<'a, const O: u8> = BitWriter<'a, u32, TVE_CONFIGURATION1_SPEC, BYPASS_YCLAMP_A, O>;
Expand description

Field bypass_yclamp writer - Y input clamping selection

This bit selects whether the Video Encoder Y input is clamped to 64 to 940 or not. When not clamped the expected range is 0 to 1023. The U and V inputs are always clamped to the range 64 to 960.

Aliased Type§

struct BYPASS_YCLAMP_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> BYPASS_YCLAMP_W<'a, O>

source

pub fn clamped(self) -> &'a mut W

The Video Encoder Y input is clamped

source

pub fn not_clamped(self) -> &'a mut W

The Video Encoder Y input is not clamped