pub struct TIM17 { /* private fields */ }
Expand description
TIM17 peripheral
Implementations§
Trait Implementations§
Source§impl AdvancedInstance1Channel for TIM17
impl AdvancedInstance1Channel for TIM17
Source§type CommunicationInterrupt = TIM1_TRG_COM_TIM17
type CommunicationInterrupt = TIM1_TRG_COM_TIM17
Communication interrupt for this timer.
Source§type BreakInputInterrupt = TIM1_TRG_COM_TIM17
type BreakInputInterrupt = TIM1_TRG_COM_TIM17
Break input interrupt for this timer.
Source§impl BreakInputPin<TIM17, BkIn1, AfioRemapBool<false>> for PA10
impl BreakInputPin<TIM17, BkIn1, AfioRemapBool<false>> for PA10
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as BreakInputPin
Source§impl BreakInputPin<TIM17, BkIn1, AfioRemapBool<true>> for PA10
impl BreakInputPin<TIM17, BkIn1, AfioRemapBool<true>> for PA10
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as BreakInputPin
Source§impl CoreInstance for TIM17
impl CoreInstance for TIM17
Source§impl GeneralInstance1Channel for TIM17
impl GeneralInstance1Channel for TIM17
Source§type CaptureCompareInterrupt = TIM1_TRG_COM_TIM17
type CaptureCompareInterrupt = TIM1_TRG_COM_TIM17
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM17
impl GeneralInstance2Channel for TIM17
Source§type TriggerInterrupt = TIM1_TRG_COM_TIM17
type TriggerInterrupt = TIM1_TRG_COM_TIM17
Trigger event interrupt for this timer.
Source§impl TimerComplementaryPin<TIM17, Ch1, AfioRemapBool<false>> for PB7
impl TimerComplementaryPin<TIM17, Ch1, AfioRemapBool<false>> for PB7
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerComplementaryPin
Source§impl TimerComplementaryPin<TIM17, Ch1, AfioRemapBool<true>> for PB7
impl TimerComplementaryPin<TIM17, Ch1, AfioRemapBool<true>> for PB7
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerComplementaryPin
Source§impl TimerPin<TIM17, Ch1, AfioRemapBool<false>> for PB9
impl TimerPin<TIM17, Ch1, AfioRemapBool<false>> for PB9
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM17, Ch1, AfioRemapBool<true>> for PA7
impl TimerPin<TIM17, Ch1, AfioRemapBool<true>> for PA7
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
impl AdvancedInstance2Channel for TIM17
impl AdvancedInstance4Channel for TIM17
impl BasicInstance for TIM17
impl BasicNoCr2Instance for TIM17
impl Copy for TIM17
impl GeneralInstance4Channel for TIM17
impl PeripheralType for TIM17
impl RccPeripheral for TIM17
Auto Trait Implementations§
impl Freeze for TIM17
impl RefUnwindSafe for TIM17
impl Send for TIM17
impl Sync for TIM17
impl Unpin for TIM17
impl UnwindSafe for TIM17
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