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