Struct TIM15
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 BreakInputPin<TIM15> for PA0
impl BreakInputPin<TIM15> for PA0
source§impl BreakInputPin<TIM15> for PD2
impl BreakInputPin<TIM15> for PD2
source§impl BreakInputPin<TIM15> for PE3
impl BreakInputPin<TIM15> for PE3
source§impl Channel1ComplementaryPin<TIM15> for PA1
impl Channel1ComplementaryPin<TIM15> for PA1
source§impl Channel1ComplementaryPin<TIM15> for PE4
impl Channel1ComplementaryPin<TIM15> for PE4
source§impl Channel1Pin<TIM15> for PA2
impl Channel1Pin<TIM15> for PA2
source§impl Channel1Pin<TIM15> for PC12
impl Channel1Pin<TIM15> for PC12
source§impl Channel1Pin<TIM15> for PE5
impl Channel1Pin<TIM15> for PE5
source§impl Channel2Pin<TIM15> for PA3
impl Channel2Pin<TIM15> for PA3
source§impl Channel2Pin<TIM15> for PE6
impl Channel2Pin<TIM15> for PE6
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 Peripheral for TIM15
impl Peripheral for TIM15
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 GeneralInstance4Channel 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