Type Alias d1_pac::tve::tve_configuration1::BYPASS_YCLAMP_R

source ·
pub type BYPASS_YCLAMP_R = BitReader<BYPASS_YCLAMP_A>;
Expand description

Field bypass_yclamp reader - 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_R { /* private fields */ }

Implementations§

source§

impl BYPASS_YCLAMP_R

source

pub fn variant(&self) -> BYPASS_YCLAMP_A

Get enumerated values variant

source

pub fn is_clamped(&self) -> bool

Checks if the value of the field is CLAMPED

source

pub fn is_not_clamped(&self) -> bool

Checks if the value of the field is NOT_CLAMPED