pub struct TIMER1 { /* private fields */ }
Expand description
TIMER1 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for TIMER1
impl Peripheral for TIMER1
Auto Trait Implementations§
impl Freeze for TIMER1
impl RefUnwindSafe for TIMER1
impl Send for TIMER1
impl Sync for TIMER1
impl Unpin for TIMER1
impl UnwindSafe for TIMER1
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