Struct d1_pac::tve::tve_resync_parameters::R
source · pub struct R(/* private fields */);
Expand description
Register tve_resync_parameters
reader
Implementations§
source§impl R
impl R
sourcepub fn re_sync_pixel_num(&self) -> RE_SYNC_PIXEL_NUM_R
pub fn re_sync_pixel_num(&self) -> RE_SYNC_PIXEL_NUM_R
Bits 0:10 - Re-sync line pixel from TCON
sourcepub fn re_sync_line_num(&self) -> RE_SYNC_LINE_NUM_R
pub fn re_sync_line_num(&self) -> RE_SYNC_LINE_NUM_R
Bits 16:26 - Re-sync line number from TCON
sourcepub fn re_sync_dis(&self) -> RE_SYNC_DIS_R
pub fn re_sync_dis(&self) -> RE_SYNC_DIS_R
Bit 30
sourcepub fn re_sync_field(&self) -> RE_SYNC_FIELD_R
pub fn re_sync_field(&self) -> RE_SYNC_FIELD_R
Bit 31 - Re-sync field
Methods from Deref<Target = R<TVE_RESYNC_PARAMETERS_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