pub struct TIM15 { /* private fields */ }
Expand description
TIM15 peripheral
Implementations§
Trait Implementations§
Source§impl AdvancedInstance1Channel for TIM15
impl AdvancedInstance1Channel for TIM15
Source§type CommunicationInterrupt = TIM1_BRK_TIM15
type CommunicationInterrupt = TIM1_BRK_TIM15
Communication interrupt for this timer.
Source§type BreakInputInterrupt = TIM1_BRK_TIM15
type BreakInputInterrupt = TIM1_BRK_TIM15
Break input interrupt for this timer.
Source§impl BreakInputPin<TIM15, BkIn1, AfioRemapBool<false>> for PA9
impl BreakInputPin<TIM15, BkIn1, AfioRemapBool<false>> for PA9
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as BreakInputPin
Source§impl BreakInputPin<TIM15, BkIn1, AfioRemapBool<true>> for PA9
impl BreakInputPin<TIM15, BkIn1, AfioRemapBool<true>> for PA9
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as BreakInputPin
Source§impl CoreInstance for TIM15
impl CoreInstance for TIM15
Source§impl GeneralInstance1Channel for TIM15
impl GeneralInstance1Channel for TIM15
Source§type CaptureCompareInterrupt = TIM1_BRK_TIM15
type CaptureCompareInterrupt = TIM1_BRK_TIM15
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM15
impl GeneralInstance2Channel for TIM15
Source§type TriggerInterrupt = TIM1_BRK_TIM15
type TriggerInterrupt = TIM1_BRK_TIM15
Trigger event interrupt for this timer.
Source§impl TimerComplementaryPin<TIM15, Ch1, AfioRemapBool<true>> for PB15
impl TimerComplementaryPin<TIM15, Ch1, AfioRemapBool<true>> for PB15
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerComplementaryPin
Source§impl TimerPin<TIM15, Ch1, AfioRemapBool<false>> for PA2
impl TimerPin<TIM15, Ch1, AfioRemapBool<false>> for PA2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM15, Ch1, AfioRemapBool<true>> for PB14
impl TimerPin<TIM15, Ch1, AfioRemapBool<true>> for PB14
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM15, Ch2, AfioRemapBool<false>> for PA3
impl TimerPin<TIM15, Ch2, AfioRemapBool<false>> for PA3
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM15, Ch2, AfioRemapBool<true>> for PB15
impl TimerPin<TIM15, Ch2, AfioRemapBool<true>> for PB15
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
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