Struct stm32_metapac::dsihost::regs::Lpmccr
#[repr(transparent)]pub struct Lpmccr(pub u32);
Expand description
DSI Host Low-Power mode Current Configuration Register.
Tuple Fields§
§0: u32
Implementations§
§impl Lpmccr
impl Lpmccr
pub fn set_vlpsize(&mut self, val: u8)
pub fn set_vlpsize(&mut self, val: u8)
VACT Largest Packet Size.
pub fn set_lpsize(&mut self, val: u8)
pub fn set_lpsize(&mut self, val: u8)
Largest Packet Size.
Trait Implementations§
impl Copy for Lpmccr
impl Eq for Lpmccr
impl StructuralPartialEq for Lpmccr
Auto Trait Implementations§
impl Freeze for Lpmccr
impl RefUnwindSafe for Lpmccr
impl Send for Lpmccr
impl Sync for Lpmccr
impl Unpin for Lpmccr
impl UnwindSafe for Lpmccr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)