#[repr(transparent)]pub struct Vdctrl1(pub u32);Expand description
LCDIF VSYNC Mode and Dotclk Mode Control Register1
Tuple Fields§
§0: u32Implementations§
Source§impl Vdctrl1
impl Vdctrl1
Sourcepub const fn vsync_period(&self) -> u32
pub const fn vsync_period(&self) -> u32
Total number of units between two positive or two negative edges of the VSYNC signal
Sourcepub const fn set_vsync_period(&mut self, val: u32)
pub const fn set_vsync_period(&mut self, val: u32)
Total number of units between two positive or two negative edges of the VSYNC signal
Trait Implementations§
impl Copy for Vdctrl1
impl Eq for Vdctrl1
impl StructuralPartialEq for Vdctrl1
Auto Trait Implementations§
impl Freeze for Vdctrl1
impl RefUnwindSafe for Vdctrl1
impl Send for Vdctrl1
impl Sync for Vdctrl1
impl Unpin for Vdctrl1
impl UnwindSafe for Vdctrl1
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