pub struct Timer32<TIMERL, TIMERH> { /* private fields */ }Expand description
HAL struct for a pair of timers of type B (32-bit mode)
Implementations§
Source§impl Timer32<TMR2, TMR3>
impl Timer32<TMR2, TMR3>
Auto Trait Implementations§
impl<TIMERL, TIMERH> Freeze for Timer32<TIMERL, TIMERH>
impl<TIMERL, TIMERH> RefUnwindSafe for Timer32<TIMERL, TIMERH>where
TIMERL: RefUnwindSafe,
TIMERH: RefUnwindSafe,
impl<TIMERL, TIMERH> Send for Timer32<TIMERL, TIMERH>
impl<TIMERL, TIMERH> Sync for Timer32<TIMERL, TIMERH>
impl<TIMERL, TIMERH> Unpin for Timer32<TIMERL, TIMERH>
impl<TIMERL, TIMERH> UnsafeUnpin for Timer32<TIMERL, TIMERH>where
TIMERL: UnsafeUnpin,
TIMERH: UnsafeUnpin,
impl<TIMERL, TIMERH> UnwindSafe for Timer32<TIMERL, TIMERH>where
TIMERL: UnwindSafe,
TIMERH: UnwindSafe,
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