Struct d1_pac::tve::tve_resync_parameters::W
source · pub struct W(/* private fields */);
Expand description
Register tve_resync_parameters
writer
Implementations§
source§impl W
impl W
sourcepub fn re_sync_pixel_num(&mut self) -> RE_SYNC_PIXEL_NUM_W<'_, 0>
pub fn re_sync_pixel_num(&mut self) -> RE_SYNC_PIXEL_NUM_W<'_, 0>
Bits 0:10 - Re-sync line pixel from TCON
sourcepub fn re_sync_line_num(&mut self) -> RE_SYNC_LINE_NUM_W<'_, 16>
pub fn re_sync_line_num(&mut self) -> RE_SYNC_LINE_NUM_W<'_, 16>
Bits 16:26 - Re-sync line number from TCON
sourcepub fn re_sync_dis(&mut self) -> RE_SYNC_DIS_W<'_, 30>
pub fn re_sync_dis(&mut self) -> RE_SYNC_DIS_W<'_, 30>
Bit 30
sourcepub fn re_sync_field(&mut self) -> RE_SYNC_FIELD_W<'_, 31>
pub fn re_sync_field(&mut self) -> RE_SYNC_FIELD_W<'_, 31>
Bit 31 - Re-sync field
Methods from Deref<Target = W<TVE_RESYNC_PARAMETERS_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