Struct d1_pac::tve::tve_notch_width_comp_yuv_en::R
source · pub struct R(/* private fields */);
Expand description
Register tve_notch_width_comp_yuv_en
reader
Implementations§
source§impl R
impl R
sourcepub fn comp_yuv_en(&self) -> COMP_YUV_EN_R
pub fn comp_yuv_en(&self) -> COMP_YUV_EN_R
Bit 0 - This bit selects if the components video output are the RGB components or the YUV components.
sourcepub fn notch_width(&self) -> NOTCH_WIDTH_R
pub fn notch_width(&self) -> NOTCH_WIDTH_R
Bit 8 - Luma notch filter width selection
This bit selects the luma notch filter (which is a band-reject filter) width.
Methods from Deref<Target = R<TVE_NOTCH_WIDTH_COMP_YUV_EN_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