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