Struct Pucr
#[repr(transparent)]pub struct Pucr(pub u32);Expand description
DSI Host PHY ULPS control register.
Tuple Fields§
§0: u32Implementations§
§impl Pucr
impl Pucr
pub const fn set_urcl(&mut self, val: bool)
pub const fn set_urcl(&mut self, val: bool)
ULPS request on clock lane ULPS mode request on clock lane.
pub const fn urdl(&self) -> bool
pub const fn urdl(&self) -> bool
ULPS request on data lane ULPS mode request on all active data lanes.
Trait Implementations§
impl Copy for Pucr
impl Eq for Pucr
impl StructuralPartialEq for Pucr
Auto Trait Implementations§
impl Freeze for Pucr
impl RefUnwindSafe for Pucr
impl Send for Pucr
impl Sync for Pucr
impl Unpin for Pucr
impl UnwindSafe for Pucr
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