Struct TIM2
pub struct TIM2 { /* private fields */ }
Expand description
TIM2 peripheral
Implementations§
Trait Implementations§
source§impl Channel1Pin<TIM2> for PA0
impl Channel1Pin<TIM2> for PA0
source§impl Channel1Pin<TIM2> for PA15
impl Channel1Pin<TIM2> for PA15
source§impl Channel1Pin<TIM2> for PA5
impl Channel1Pin<TIM2> for PA5
source§impl Channel2Pin<TIM2> for PA1
impl Channel2Pin<TIM2> for PA1
source§impl Channel2Pin<TIM2> for PB3
impl Channel2Pin<TIM2> for PB3
source§impl Channel3Pin<TIM2> for PA2
impl Channel3Pin<TIM2> for PA2
source§impl Channel3Pin<TIM2> for PB10
impl Channel3Pin<TIM2> for PB10
source§impl Channel4Pin<TIM2> for PA3
impl Channel4Pin<TIM2> for PA3
source§impl Channel4Pin<TIM2> for PB11
impl Channel4Pin<TIM2> for PB11
source§impl CoreInstance for TIM2
impl CoreInstance for TIM2
source§impl ExternalTriggerPin<TIM2> for PA15
impl ExternalTriggerPin<TIM2> for PA15
source§impl ExternalTriggerPin<TIM2> for PA5
impl ExternalTriggerPin<TIM2> for PA5
source§impl GeneralInstance1Channel for TIM2
impl GeneralInstance1Channel for TIM2
source§type CaptureCompareInterrupt = TIM2
type CaptureCompareInterrupt = TIM2
Capture compare interrupt for this timer.
source§impl GeneralInstance2Channel for TIM2
impl GeneralInstance2Channel for TIM2
source§type TriggerInterrupt = TIM2
type TriggerInterrupt = TIM2
Trigger event interrupt for this timer.
source§impl Peripheral for TIM2
impl Peripheral for TIM2
source§impl UpDma<TIM2> for GPDMA1_CH0
impl UpDma<TIM2> for GPDMA1_CH0
source§impl UpDma<TIM2> for GPDMA1_CH1
impl UpDma<TIM2> for GPDMA1_CH1
source§impl UpDma<TIM2> for GPDMA1_CH10
impl UpDma<TIM2> for GPDMA1_CH10
source§impl UpDma<TIM2> for GPDMA1_CH11
impl UpDma<TIM2> for GPDMA1_CH11
source§impl UpDma<TIM2> for GPDMA1_CH12
impl UpDma<TIM2> for GPDMA1_CH12
source§impl UpDma<TIM2> for GPDMA1_CH13
impl UpDma<TIM2> for GPDMA1_CH13
source§impl UpDma<TIM2> for GPDMA1_CH14
impl UpDma<TIM2> for GPDMA1_CH14
source§impl UpDma<TIM2> for GPDMA1_CH15
impl UpDma<TIM2> for GPDMA1_CH15
source§impl UpDma<TIM2> for GPDMA1_CH2
impl UpDma<TIM2> for GPDMA1_CH2
source§impl UpDma<TIM2> for GPDMA1_CH3
impl UpDma<TIM2> for GPDMA1_CH3
source§impl UpDma<TIM2> for GPDMA1_CH4
impl UpDma<TIM2> for GPDMA1_CH4
source§impl UpDma<TIM2> for GPDMA1_CH5
impl UpDma<TIM2> for GPDMA1_CH5
source§impl UpDma<TIM2> for GPDMA1_CH6
impl UpDma<TIM2> for GPDMA1_CH6
source§impl UpDma<TIM2> for GPDMA1_CH7
impl UpDma<TIM2> for GPDMA1_CH7
source§impl UpDma<TIM2> for GPDMA1_CH8
impl UpDma<TIM2> for GPDMA1_CH8
source§impl UpDma<TIM2> for GPDMA1_CH9
impl UpDma<TIM2> for GPDMA1_CH9
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