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