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