pub struct TIM15 { /* private fields */ }
Expand description
TIM15 peripheral
Implementations§
Trait Implementations§
Source§impl AdvancedInstance1Channel for TIM15
impl AdvancedInstance1Channel for TIM15
Source§type CommunicationInterrupt = TIM15_LPTIM3
type CommunicationInterrupt = TIM15_LPTIM3
Communication interrupt for this timer.
Source§type BreakInputInterrupt = TIM15_LPTIM3
type BreakInputInterrupt = TIM15_LPTIM3
Break input interrupt for this timer.
Source§impl CoreInstance for TIM15
impl CoreInstance for TIM15
Source§impl Dma<TIM15, Ch1> for DMA1_CH1
impl Dma<TIM15, Ch1> for DMA1_CH1
Source§impl Dma<TIM15, Ch1> for DMA1_CH2
impl Dma<TIM15, Ch1> for DMA1_CH2
Source§impl Dma<TIM15, Ch1> for DMA1_CH3
impl Dma<TIM15, Ch1> for DMA1_CH3
Source§impl Dma<TIM15, Ch1> for DMA1_CH4
impl Dma<TIM15, Ch1> for DMA1_CH4
Source§impl Dma<TIM15, Ch1> for DMA1_CH5
impl Dma<TIM15, Ch1> for DMA1_CH5
Source§impl Dma<TIM15, Ch1> for DMA1_CH6
impl Dma<TIM15, Ch1> for DMA1_CH6
Source§impl Dma<TIM15, Ch1> for DMA1_CH7
impl Dma<TIM15, Ch1> for DMA1_CH7
Source§impl Dma<TIM15, Ch1> for DMA2_CH1
impl Dma<TIM15, Ch1> for DMA2_CH1
Source§impl Dma<TIM15, Ch1> for DMA2_CH2
impl Dma<TIM15, Ch1> for DMA2_CH2
Source§impl Dma<TIM15, Ch1> for DMA2_CH3
impl Dma<TIM15, Ch1> for DMA2_CH3
Source§impl Dma<TIM15, Ch1> for DMA2_CH4
impl Dma<TIM15, Ch1> for DMA2_CH4
Source§impl Dma<TIM15, Ch1> for DMA2_CH5
impl Dma<TIM15, Ch1> for DMA2_CH5
Source§impl Dma<TIM15, Ch2> for DMA1_CH1
impl Dma<TIM15, Ch2> for DMA1_CH1
Source§impl Dma<TIM15, Ch2> for DMA1_CH2
impl Dma<TIM15, Ch2> for DMA1_CH2
Source§impl Dma<TIM15, Ch2> for DMA1_CH3
impl Dma<TIM15, Ch2> for DMA1_CH3
Source§impl Dma<TIM15, Ch2> for DMA1_CH4
impl Dma<TIM15, Ch2> for DMA1_CH4
Source§impl Dma<TIM15, Ch2> for DMA1_CH5
impl Dma<TIM15, Ch2> for DMA1_CH5
Source§impl Dma<TIM15, Ch2> for DMA1_CH6
impl Dma<TIM15, Ch2> for DMA1_CH6
Source§impl Dma<TIM15, Ch2> for DMA1_CH7
impl Dma<TIM15, Ch2> for DMA1_CH7
Source§impl Dma<TIM15, Ch2> for DMA2_CH1
impl Dma<TIM15, Ch2> for DMA2_CH1
Source§impl Dma<TIM15, Ch2> for DMA2_CH2
impl Dma<TIM15, Ch2> for DMA2_CH2
Source§impl Dma<TIM15, Ch2> for DMA2_CH3
impl Dma<TIM15, Ch2> for DMA2_CH3
Source§impl Dma<TIM15, Ch2> for DMA2_CH4
impl Dma<TIM15, Ch2> for DMA2_CH4
Source§impl Dma<TIM15, Ch2> for DMA2_CH5
impl Dma<TIM15, Ch2> for DMA2_CH5
Source§impl GeneralInstance1Channel for TIM15
impl GeneralInstance1Channel for TIM15
Source§type CaptureCompareInterrupt = TIM15_LPTIM3
type CaptureCompareInterrupt = TIM15_LPTIM3
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM15
impl GeneralInstance2Channel for TIM15
Source§type TriggerInterrupt = TIM15_LPTIM3
type TriggerInterrupt = TIM15_LPTIM3
Trigger event interrupt for this timer.
Source§impl UpDma<TIM15> for DMA1_CH1
impl UpDma<TIM15> for DMA1_CH1
Source§impl UpDma<TIM15> for DMA1_CH2
impl UpDma<TIM15> for DMA1_CH2
Source§impl UpDma<TIM15> for DMA1_CH3
impl UpDma<TIM15> for DMA1_CH3
Source§impl UpDma<TIM15> for DMA1_CH4
impl UpDma<TIM15> for DMA1_CH4
Source§impl UpDma<TIM15> for DMA1_CH5
impl UpDma<TIM15> for DMA1_CH5
Source§impl UpDma<TIM15> for DMA1_CH6
impl UpDma<TIM15> for DMA1_CH6
Source§impl UpDma<TIM15> for DMA1_CH7
impl UpDma<TIM15> for DMA1_CH7
Source§impl UpDma<TIM15> for DMA2_CH1
impl UpDma<TIM15> for DMA2_CH1
Source§impl UpDma<TIM15> for DMA2_CH2
impl UpDma<TIM15> for DMA2_CH2
Source§impl UpDma<TIM15> for DMA2_CH3
impl UpDma<TIM15> for DMA2_CH3
Source§impl UpDma<TIM15> for DMA2_CH4
impl UpDma<TIM15> for DMA2_CH4
Source§impl UpDma<TIM15> for DMA2_CH5
impl UpDma<TIM15> for DMA2_CH5
impl AdvancedInstance2Channel for TIM15
impl AdvancedInstance4Channel for TIM15
impl BasicInstance for TIM15
impl BasicNoCr2Instance for TIM15
impl Copy for TIM15
impl GeneralInstance4Channel for TIM15
impl PeripheralType for TIM15
impl RccPeripheral for TIM15
Auto Trait Implementations§
impl Freeze for TIM15
impl RefUnwindSafe for TIM15
impl Send for TIM15
impl Sync for TIM15
impl Unpin for TIM15
impl UnwindSafe for TIM15
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