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