Struct d1_pac::tve::tve_notch_width_comp_yuv_en::W
source · pub struct W(/* private fields */);
Expand description
Register tve_notch_width_comp_yuv_en
writer
Implementations§
source§impl W
impl W
sourcepub fn comp_yuv_en(&mut self) -> COMP_YUV_EN_W<'_, 0>
pub fn comp_yuv_en(&mut self) -> COMP_YUV_EN_W<'_, 0>
Bit 0 - This bit selects if the components video output are the RGB components or the YUV components.
sourcepub fn notch_width(&mut self) -> NOTCH_WIDTH_W<'_, 8>
pub fn notch_width(&mut self) -> NOTCH_WIDTH_W<'_, 8>
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 = W<TVE_NOTCH_WIDTH_COMP_YUV_EN_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