pub struct AHB1LPENR { /* private fields */ }
Expand description
AHB1 peripheral clock enable in low power mode register
Implementations§
Auto Trait Implementations§
impl !Freeze for AHB1LPENR
impl !RefUnwindSafe for AHB1LPENR
impl Send for AHB1LPENR
impl !Sync for AHB1LPENR
impl Unpin for AHB1LPENR
impl UnwindSafe for AHB1LPENR
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