Struct d1_pac::tve::tve_hd_vsync::R
source · pub struct R(/* private fields */);
Expand description
Register tve_hd_vsync
reader
Implementations§
source§impl R
impl R
sourcepub fn front_porch_like_in_hd_mode_vsync(
&self,
) -> FRONT_PORCH_LIKE_IN_HD_MODE_VSYNC_R
pub fn front_porch_like_in_hd_mode_vsync( &self, ) -> FRONT_PORCH_LIKE_IN_HD_MODE_VSYNC_R
Bits 0:11
sourcepub fn broad_plus_cycle_number_in_hd_mode_vsync(
&self,
) -> BROAD_PLUS_CYCLE_NUMBER_IN_HD_MODE_VSYNC_R
pub fn broad_plus_cycle_number_in_hd_mode_vsync( &self, ) -> BROAD_PLUS_CYCLE_NUMBER_IN_HD_MODE_VSYNC_R
Bits 16:27
Methods from Deref<Target = R<TVE_HD_VSYNC_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