#[repr(transparent)]pub struct Pigeonctrl0Set(pub u32);Expand description
LCDIF Pigeon Mode Control0 Register
Tuple Fields§
§0: u32Implementations§
Source§impl Pigeonctrl0Set
impl Pigeonctrl0Set
Sourcepub const fn set_fd_period(&mut self, val: u16)
pub const fn set_fd_period(&mut self, val: u16)
Period of line counter during FD phase
Sourcepub const fn set_ld_period(&mut self, val: u16)
pub const fn set_ld_period(&mut self, val: u16)
Period of pclk counter during LD phase
Trait Implementations§
Source§impl Clone for Pigeonctrl0Set
impl Clone for Pigeonctrl0Set
Source§fn clone(&self) -> Pigeonctrl0Set
fn clone(&self) -> Pigeonctrl0Set
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pigeonctrl0Set
impl Debug for Pigeonctrl0Set
Source§impl Default for Pigeonctrl0Set
impl Default for Pigeonctrl0Set
Source§fn default() -> Pigeonctrl0Set
fn default() -> Pigeonctrl0Set
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pigeonctrl0Set
impl PartialEq for Pigeonctrl0Set
impl Copy for Pigeonctrl0Set
impl Eq for Pigeonctrl0Set
impl StructuralPartialEq for Pigeonctrl0Set
Auto Trait Implementations§
impl Freeze for Pigeonctrl0Set
impl RefUnwindSafe for Pigeonctrl0Set
impl Send for Pigeonctrl0Set
impl Sync for Pigeonctrl0Set
impl Unpin for Pigeonctrl0Set
impl UnwindSafe for Pigeonctrl0Set
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