Struct d1_pac::tve::tve_clock_gating::W
source · pub struct W(/* private fields */);
Expand description
Register tve_clock_gating
writer
Implementations§
source§impl W
impl W
sourcepub fn tve_en(&mut self) -> TVE_EN_W<'_, 0>
pub fn tve_en(&mut self) -> TVE_EN_W<'_, 0>
Bit 0 - Video Encoder enable, default disable, write 1 to take it out of the reset state
sourcepub fn upsample_for_cvbs(&mut self) -> UPSAMPLE_FOR_CVBS_W<'_, 20>
pub fn upsample_for_cvbs(&mut self) -> UPSAMPLE_FOR_CVBS_W<'_, 20>
Bits 20:21
sourcepub fn upsample_for_ypbpr(&mut self) -> UPSAMPLE_FOR_YPBPR_W<'_, 22>
pub fn upsample_for_ypbpr(&mut self) -> UPSAMPLE_FOR_YPBPR_W<'_, 22>
Bit 22
sourcepub fn clock_gate_dis(&mut self) -> CLOCK_GATE_DIS_W<'_, 31>
pub fn clock_gate_dis(&mut self) -> CLOCK_GATE_DIS_W<'_, 31>
Bit 31
Methods from Deref<Target = W<TVE_CLOCK_GATING_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