Struct Lpcr
#[repr(transparent)]pub struct Lpcr(pub u32);Expand description
DSI Host LTDC polarity configuration register.
Tuple Fields§
§0: u32Implementations§
§impl Lpcr
impl Lpcr
pub const fn dep(&self) -> bool
pub const fn dep(&self) -> bool
Data enable polarity This bit configures the polarity of data enable pin.
pub const fn set_dep(&mut self, val: bool)
pub const fn set_dep(&mut self, val: bool)
Data enable polarity This bit configures the polarity of data enable pin.
Trait Implementations§
impl Copy for Lpcr
impl Eq for Lpcr
impl StructuralPartialEq for Lpcr
Auto Trait Implementations§
impl Freeze for Lpcr
impl RefUnwindSafe for Lpcr
impl Send for Lpcr
impl Sync for Lpcr
impl Unpin for Lpcr
impl UnwindSafe for Lpcr
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