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_TIM17
type CommunicationInterrupt = TIM1_TRG_COM_TIM17
Communication interrupt for this timer.
Sourceยงtype BreakInputInterrupt = TIM1_BRK_TIM15
type BreakInputInterrupt = TIM1_BRK_TIM15
Break input interrupt for this timer.
Sourceยงimpl CoreInstance for TIM1
impl CoreInstance for TIM1
Sourceยงimpl Dma<TIM1, Ch1> for DMA1_CH2
impl Dma<TIM1, Ch1> for DMA1_CH2
Sourceยงimpl Dma<TIM1, Ch2> for DMA1_CH3
impl Dma<TIM1, Ch2> for DMA1_CH3
Sourceยงimpl Dma<TIM1, Ch3> for DMA1_CH6
impl Dma<TIM1, Ch3> for DMA1_CH6
Sourceยงimpl Dma<TIM1, Ch4> for DMA1_CH4
impl Dma<TIM1, Ch4> for DMA1_CH4
Sourceยงimpl ExternalTriggerPin<TIM1> for PA12
impl ExternalTriggerPin<TIM1> for PA12
Sourceยงimpl ExternalTriggerPin<TIM1> for PE7
impl ExternalTriggerPin<TIM1> for PE7
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_TIM17
type TriggerInterrupt = TIM1_TRG_COM_TIM17
Trigger event interrupt for this timer.
Sourceยงimpl UpDma<TIM1> for DMA1_CH5
impl UpDma<TIM1> for DMA1_CH5
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