Struct d1_pac::tve::tve_video_chroma_bw_comp_gain::R
source · pub struct R(/* private fields */);
Expand description
Register tve_video_chroma_bw_comp_gain
reader
Implementations§
source§impl R
impl R
sourcepub fn comp_ch_gain(&self) -> COMP_CH_GAIN_R
pub fn comp_ch_gain(&self) -> COMP_CH_GAIN_R
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(&self) -> CHROMA_BW_R
pub fn chroma_bw(&self) -> CHROMA_BW_R
Bits 16:17 - Chroma filter bandwidth selection
This bit specifies whether the bandwidth of the chroma filter is:
Methods from Deref<Target = R<TVE_VIDEO_CHROMA_BW_COMP_GAIN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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