pub struct TIM1 { /* private fields */ }
Expand description
TIM1 peripheral
Implementations§
Trait Implementations§
Source§impl AdvancedInstance1Channel for TIM1
impl AdvancedInstance1Channel for TIM1
Source§type CommunicationInterrupt = TIM1_TRG_COM
type CommunicationInterrupt = TIM1_TRG_COM
Communication interrupt for this timer.
Source§type BreakInputInterrupt = TIM1_BRK
type BreakInputInterrupt = TIM1_BRK
Break input interrupt for this timer.
Source§impl CoreInstance for TIM1
impl CoreInstance for TIM1
Source§impl ExternalTriggerPin<TIM1> for PA12
impl ExternalTriggerPin<TIM1> for PA12
Source§impl GeneralInstance1Channel for TIM1
impl GeneralInstance1Channel for TIM1
Source§type CaptureCompareInterrupt = TIM1_CC
type CaptureCompareInterrupt = TIM1_CC
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM1
impl GeneralInstance2Channel for TIM1
Source§type TriggerInterrupt = TIM1_TRG_COM
type TriggerInterrupt = TIM1_TRG_COM
Trigger event interrupt for this timer.
Source§impl UpDma<TIM1> for GPDMA1_CH0
impl UpDma<TIM1> for GPDMA1_CH0
Source§impl UpDma<TIM1> for GPDMA1_CH1
impl UpDma<TIM1> for GPDMA1_CH1
Source§impl UpDma<TIM1> for GPDMA1_CH10
impl UpDma<TIM1> for GPDMA1_CH10
Source§impl UpDma<TIM1> for GPDMA1_CH11
impl UpDma<TIM1> for GPDMA1_CH11
Source§impl UpDma<TIM1> for GPDMA1_CH12
impl UpDma<TIM1> for GPDMA1_CH12
Source§impl UpDma<TIM1> for GPDMA1_CH13
impl UpDma<TIM1> for GPDMA1_CH13
Source§impl UpDma<TIM1> for GPDMA1_CH14
impl UpDma<TIM1> for GPDMA1_CH14
Source§impl UpDma<TIM1> for GPDMA1_CH15
impl UpDma<TIM1> for GPDMA1_CH15
Source§impl UpDma<TIM1> for GPDMA1_CH2
impl UpDma<TIM1> for GPDMA1_CH2
Source§impl UpDma<TIM1> for GPDMA1_CH3
impl UpDma<TIM1> for GPDMA1_CH3
Source§impl UpDma<TIM1> for GPDMA1_CH4
impl UpDma<TIM1> for GPDMA1_CH4
Source§impl UpDma<TIM1> for GPDMA1_CH5
impl UpDma<TIM1> for GPDMA1_CH5
Source§impl UpDma<TIM1> for GPDMA1_CH6
impl UpDma<TIM1> for GPDMA1_CH6
Source§impl UpDma<TIM1> for GPDMA1_CH7
impl UpDma<TIM1> for GPDMA1_CH7
Source§impl UpDma<TIM1> for GPDMA1_CH8
impl UpDma<TIM1> for GPDMA1_CH8
Source§impl UpDma<TIM1> for GPDMA1_CH9
impl UpDma<TIM1> for GPDMA1_CH9
impl AdvancedInstance2Channel for TIM1
impl AdvancedInstance4Channel for TIM1
impl BasicInstance for TIM1
impl BasicNoCr2Instance for TIM1
impl Copy for TIM1
impl GeneralInstance4Channel for TIM1
impl PeripheralType for TIM1
impl RccPeripheral for TIM1
Auto Trait Implementations§
impl Freeze for TIM1
impl RefUnwindSafe for TIM1
impl Send for TIM1
impl Sync for TIM1
impl Unpin for TIM1
impl UnwindSafe for TIM1
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