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 BreakInputPin<TIM20> for PF9
impl BreakInputPin<TIM20> for PF9
Source§impl Channel1ComplementaryPin<TIM20> for PE4
impl Channel1ComplementaryPin<TIM20> for PE4
Source§impl Channel1Pin<TIM20> for PB2
impl Channel1Pin<TIM20> for PB2
Source§impl Channel1Pin<TIM20> for PE2
impl Channel1Pin<TIM20> for PE2
Source§impl Channel2ComplementaryPin<TIM20> for PE5
impl Channel2ComplementaryPin<TIM20> for PE5
Source§impl Channel2Pin<TIM20> for PC2
impl Channel2Pin<TIM20> for PC2
Source§impl Channel2Pin<TIM20> for PE3
impl Channel2Pin<TIM20> for PE3
Source§impl Channel3ComplementaryPin<TIM20> for PE6
impl Channel3ComplementaryPin<TIM20> for PE6
Source§impl Channel3Pin<TIM20> for PC8
impl Channel3Pin<TIM20> for PC8
Source§impl Channel3Pin<TIM20> for PF2
impl Channel3Pin<TIM20> for PF2
Source§impl Channel4ComplementaryPin<TIM20> for PE0
impl Channel4ComplementaryPin<TIM20> for PE0
Source§impl Channel4Pin<TIM20> for PE1
impl Channel4Pin<TIM20> for PE1
Source§impl CoreInstance for TIM20
impl CoreInstance for TIM20
Source§impl ExternalTriggerPin<TIM20> for PA15
impl ExternalTriggerPin<TIM20> for PA15
Source§impl ExternalTriggerPin<TIM20> for PE0
impl ExternalTriggerPin<TIM20> for PE0
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