pub struct AMTCR { /* private fields */ }
Expand description
AHB master timer configuration register
Implementations§
Auto Trait Implementations§
impl !Freeze for AMTCR
impl !RefUnwindSafe for AMTCR
impl Send for AMTCR
impl !Sync for AMTCR
impl Unpin for AMTCR
impl UnwindSafe for AMTCR
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