Struct TIM2
pub struct TIM2 { /* private fields */ }
Expand description
TIM2 peripheral
Implementations§
Trait Implementations§
§impl GeneralInstance1Channel for TIM2
impl GeneralInstance1Channel for TIM2
§type CaptureCompareInterrupt = TIM2
type CaptureCompareInterrupt = TIM2
Capture compare interrupt for this timer.
§impl GeneralInstance2Channel for TIM2
impl GeneralInstance2Channel for TIM2
§type TriggerInterrupt = TIM2
type TriggerInterrupt = TIM2
Trigger event interrupt for this timer.
impl BasicInstance for TIM2
impl BasicNoCr2Instance for TIM2
impl GeneralInstance32bit4Channel for TIM2
impl GeneralInstance4Channel for TIM2
impl RccPeripheral for TIM2
Auto Trait Implementations§
impl Freeze for TIM2
impl RefUnwindSafe for TIM2
impl Send for TIM2
impl Sync for TIM2
impl Unpin for TIM2
impl UnwindSafe for TIM2
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