Struct d1_pac::tve::tve_video_chroma_bw_comp_gain::W
source · pub struct W(/* private fields */);
Expand description
Register tve_video_chroma_bw_comp_gain
writer
Implementations§
source§impl W
impl W
sourcepub fn comp_ch_gain(&mut self) -> COMP_CH_GAIN_W<'_, 0>
pub fn comp_ch_gain(&mut self) -> COMP_CH_GAIN_W<'_, 0>
Bits 0:1 - Chroma gain selection for the composite video signal.
These bits specify the gain of the chroma signal for composing with the luma signal to generate the composite video signal:
sourcepub fn chroma_bw(&mut self) -> CHROMA_BW_W<'_, 16>
pub fn chroma_bw(&mut self) -> CHROMA_BW_W<'_, 16>
Bits 16:17 - Chroma filter bandwidth selection
This bit specifies whether the bandwidth of the chroma filter is:
Methods from Deref<Target = W<TVE_VIDEO_CHROMA_BW_COMP_GAIN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more