pub struct TIM20 { /* private fields */ }
Expand description
TIM20 peripheral
Implementations§
Trait Implementations§
Source§impl AdvancedInstance1Channel for TIM20
impl AdvancedInstance1Channel for TIM20
Source§type CommunicationInterrupt = TIM20_TRG_COM
type CommunicationInterrupt = TIM20_TRG_COM
Communication interrupt for this timer.
Source§type BreakInputInterrupt = TIM20_BRK
type BreakInputInterrupt = TIM20_BRK
Break input interrupt for this timer.
Source§impl BreakInput2Pin<TIM20> for PF10
impl BreakInput2Pin<TIM20> for PF10
Source§impl BreakInput2Pin<TIM20> for PF8
impl BreakInput2Pin<TIM20> for PF8
Source§impl BreakInput2Pin<TIM20> for PG4
impl BreakInput2Pin<TIM20> for PG4
Source§impl BreakInputPin<TIM20> for PF7
impl BreakInputPin<TIM20> for PF7
Source§impl BreakInputPin<TIM20> for PF9
impl BreakInputPin<TIM20> for PF9
Source§impl BreakInputPin<TIM20> for PG3
impl BreakInputPin<TIM20> for PG3
Source§impl BreakInputPin<TIM20> for PG6
impl BreakInputPin<TIM20> for PG6
Source§impl Channel1ComplementaryPin<TIM20> for PE4
impl Channel1ComplementaryPin<TIM20> for PE4
Source§impl Channel1ComplementaryPin<TIM20> for PF4
impl Channel1ComplementaryPin<TIM20> for PF4
Source§impl Channel1ComplementaryPin<TIM20> for PG0
impl Channel1ComplementaryPin<TIM20> for PG0
Source§impl Channel1Pin<TIM20> for PB2
impl Channel1Pin<TIM20> for PB2
Source§impl Channel1Pin<TIM20> for PE2
impl Channel1Pin<TIM20> for PE2
Source§impl Channel1Pin<TIM20> for PF12
impl Channel1Pin<TIM20> for PF12
Source§impl Channel2ComplementaryPin<TIM20> for PE5
impl Channel2ComplementaryPin<TIM20> for PE5
Source§impl Channel2ComplementaryPin<TIM20> for PF5
impl Channel2ComplementaryPin<TIM20> for PF5
Source§impl Channel2ComplementaryPin<TIM20> for PG1
impl Channel2ComplementaryPin<TIM20> for PG1
Source§impl Channel2Pin<TIM20> for PC2
impl Channel2Pin<TIM20> for PC2
Source§impl Channel2Pin<TIM20> for PE3
impl Channel2Pin<TIM20> for PE3
Source§impl Channel2Pin<TIM20> for PF13
impl Channel2Pin<TIM20> for PF13
Source§impl Channel3ComplementaryPin<TIM20> for PE6
impl Channel3ComplementaryPin<TIM20> for PE6
Source§impl Channel3ComplementaryPin<TIM20> for PG2
impl Channel3ComplementaryPin<TIM20> for PG2
Source§impl Channel3Pin<TIM20> for PC8
impl Channel3Pin<TIM20> for PC8
Source§impl Channel3Pin<TIM20> for PF14
impl Channel3Pin<TIM20> for PF14
Source§impl Channel3Pin<TIM20> for PF2
impl Channel3Pin<TIM20> for PF2
Source§impl Channel4ComplementaryPin<TIM20> for PE0
impl Channel4ComplementaryPin<TIM20> for PE0
Source§impl Channel4ComplementaryPin<TIM20> for PG3
impl Channel4ComplementaryPin<TIM20> for PG3
Source§impl Channel4Pin<TIM20> for PE1
impl Channel4Pin<TIM20> for PE1
Source§impl Channel4Pin<TIM20> for PF15
impl Channel4Pin<TIM20> for PF15
Source§impl Channel4Pin<TIM20> for PF3
impl Channel4Pin<TIM20> for PF3
Source§impl CoreInstance for TIM20
impl CoreInstance for TIM20
Source§impl ExternalTriggerPin<TIM20> for PE0
impl ExternalTriggerPin<TIM20> for PE0
Source§impl ExternalTriggerPin<TIM20> for PF11
impl ExternalTriggerPin<TIM20> for PF11
Source§impl ExternalTriggerPin<TIM20> for PG5
impl ExternalTriggerPin<TIM20> for PG5
Source§impl GeneralInstance1Channel for TIM20
impl GeneralInstance1Channel for TIM20
Source§type CaptureCompareInterrupt = TIM20_CC
type CaptureCompareInterrupt = TIM20_CC
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM20
impl GeneralInstance2Channel for TIM20
Source§type TriggerInterrupt = TIM20_TRG_COM
type TriggerInterrupt = TIM20_TRG_COM
Trigger event interrupt for this timer.
Source§impl Peripheral for TIM20
impl Peripheral for TIM20
impl AdvancedInstance2Channel for TIM20
impl AdvancedInstance4Channel for TIM20
impl BasicInstance for TIM20
impl BasicNoCr2Instance for TIM20
impl GeneralInstance4Channel for TIM20
impl RccPeripheral for TIM20
Auto Trait Implementations§
impl Freeze for TIM20
impl RefUnwindSafe for TIM20
impl Send for TIM20
impl Sync for TIM20
impl Unpin for TIM20
impl UnwindSafe for TIM20
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