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
 
type CommunicationInterrupt = TIM15
Communication interrupt for this timer.
Source§type BreakInputInterrupt = TIM15
 
type BreakInputInterrupt = TIM15
Break input interrupt for this timer.
Source§impl CoreInstance for TIM15
 
impl CoreInstance for TIM15
Source§impl GeneralInstance1Channel for TIM15
 
impl GeneralInstance1Channel for TIM15
Source§type CaptureCompareInterrupt = TIM15
 
type CaptureCompareInterrupt = TIM15
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM15
 
impl GeneralInstance2Channel for TIM15
Source§type TriggerInterrupt = TIM15
 
type TriggerInterrupt = TIM15
Trigger event interrupt for this timer.
Source§impl UpDma<TIM15> for GPDMA1_CH0
 
impl UpDma<TIM15> for GPDMA1_CH0
Source§impl UpDma<TIM15> for GPDMA1_CH1
 
impl UpDma<TIM15> for GPDMA1_CH1
Source§impl UpDma<TIM15> for GPDMA1_CH10
 
impl UpDma<TIM15> for GPDMA1_CH10
Source§impl UpDma<TIM15> for GPDMA1_CH11
 
impl UpDma<TIM15> for GPDMA1_CH11
Source§impl UpDma<TIM15> for GPDMA1_CH12
 
impl UpDma<TIM15> for GPDMA1_CH12
Source§impl UpDma<TIM15> for GPDMA1_CH13
 
impl UpDma<TIM15> for GPDMA1_CH13
Source§impl UpDma<TIM15> for GPDMA1_CH14
 
impl UpDma<TIM15> for GPDMA1_CH14
Source§impl UpDma<TIM15> for GPDMA1_CH15
 
impl UpDma<TIM15> for GPDMA1_CH15
Source§impl UpDma<TIM15> for GPDMA1_CH2
 
impl UpDma<TIM15> for GPDMA1_CH2
Source§impl UpDma<TIM15> for GPDMA1_CH3
 
impl UpDma<TIM15> for GPDMA1_CH3
Source§impl UpDma<TIM15> for GPDMA1_CH4
 
impl UpDma<TIM15> for GPDMA1_CH4
Source§impl UpDma<TIM15> for GPDMA1_CH5
 
impl UpDma<TIM15> for GPDMA1_CH5
Source§impl UpDma<TIM15> for GPDMA1_CH6
 
impl UpDma<TIM15> for GPDMA1_CH6
Source§impl UpDma<TIM15> for GPDMA1_CH7
 
impl UpDma<TIM15> for GPDMA1_CH7
Source§impl UpDma<TIM15> for GPDMA1_CH8
 
impl UpDma<TIM15> for GPDMA1_CH8
Source§impl UpDma<TIM15> for GPDMA1_CH9
 
impl UpDma<TIM15> for GPDMA1_CH9
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