Struct d1_pac::tve::tve_notch_dac_delay::W
source · pub struct W(/* private fields */);
Expand description
Register tve_notch_dac_delay
writer
Implementations§
source§impl W
impl W
sourcepub fn c_delay_before_dither(&mut self) -> C_DELAY_BEFORE_DITHER_W<'_, 12>
pub fn c_delay_before_dither(&mut self) -> C_DELAY_BEFORE_DITHER_W<'_, 12>
Bits 12:15
sourcepub fn notch_en(&mut self) -> NOTCH_EN_W<'_, 16>
pub fn notch_en(&mut self) -> NOTCH_EN_W<'_, 16>
Bit 16 - Luma notch filter on/off selection
Note: This bit selects if the luma notch filter is operating or bypassed.
sourcepub fn luma_filter_bypass(&mut self) -> LUMA_FILTER_BYPASS_W<'_, 17>
pub fn luma_filter_bypass(&mut self) -> LUMA_FILTER_BYPASS_W<'_, 17>
Bit 17
sourcepub unsafe fn chroma_filter_stage__bypass<const O: u8>(
&mut self,
) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, O>
pub unsafe fn chroma_filter_stage__bypass<const O: u8>( &mut self, ) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, O>
sourcepub fn chroma_filter_stage_3_bypass(
&mut self,
) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, 18>
pub fn chroma_filter_stage_3_bypass( &mut self, ) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, 18>
Bit 18
sourcepub fn chroma_filter_stage_2_bypass(
&mut self,
) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, 19>
pub fn chroma_filter_stage_2_bypass( &mut self, ) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, 19>
Bit 19
sourcepub fn chroma_filter_stage_1_bypass(
&mut self,
) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, 20>
pub fn chroma_filter_stage_1_bypass( &mut self, ) -> CHROMA_FILTER_STAGE__BYPASS_W<'_, 20>
Bit 20
sourcepub fn chroma_hd_mode_filter_en(&mut self) -> CHROMA_HD_MODE_FILTER_EN_W<'_, 21>
pub fn chroma_hd_mode_filter_en(&mut self) -> CHROMA_HD_MODE_FILTER_EN_W<'_, 21>
Bit 21
sourcepub fn chroma_filter_1_444_en(&mut self) -> CHROMA_FILTER_1_444_EN_W<'_, 22>
pub fn chroma_filter_1_444_en(&mut self) -> CHROMA_FILTER_1_444_EN_W<'_, 22>
Bit 22
sourcepub fn hd_mode_cr_filter_bypass(&mut self) -> HD_MODE_CR_FILTER_BYPASS_W<'_, 23>
pub fn hd_mode_cr_filter_bypass(&mut self) -> HD_MODE_CR_FILTER_BYPASS_W<'_, 23>
Bit 23
sourcepub fn hd_mode_cb_filter_bypass(&mut self) -> HD_MODE_CB_FILTER_BYPASS_W<'_, 24>
pub fn hd_mode_cb_filter_bypass(&mut self) -> HD_MODE_CB_FILTER_BYPASS_W<'_, 24>
Bit 24
sourcepub fn y_delay_before_dither(&mut self) -> Y_DELAY_BEFORE_DITHER_W<'_, 25>
pub fn y_delay_before_dither(&mut self) -> Y_DELAY_BEFORE_DITHER_W<'_, 25>
Bits 25:27
sourcepub fn luma_filter_lti_enable(&mut self) -> LUMA_FILTER_LTI_ENABLE_W<'_, 30>
pub fn luma_filter_lti_enable(&mut self) -> LUMA_FILTER_LTI_ENABLE_W<'_, 30>
Bit 30
sourcepub fn chroma_filter_active_valid(
&mut self,
) -> CHROMA_FILTER_ACTIVE_VALID_W<'_, 31>
pub fn chroma_filter_active_valid( &mut self, ) -> CHROMA_FILTER_ACTIVE_VALID_W<'_, 31>
Bit 31
Methods from Deref<Target = W<TVE_NOTCH_DAC_DELAY_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