pub struct AHB1RSTR { /* private fields */ }
Expand description
AHB1 peripheral reset register
Implementations§
Auto Trait Implementations§
impl !Freeze for AHB1RSTR
impl !RefUnwindSafe for AHB1RSTR
impl Send for AHB1RSTR
impl !Sync for AHB1RSTR
impl Unpin for AHB1RSTR
impl UnwindSafe for AHB1RSTR
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