Struct TIM1
pub struct TIM1 { /* private fields */ }
Expand description
TIM1 peripheral
Implementations§
Trait Implementations§
source§impl AdvancedInstance1Channel for TIM1
impl AdvancedInstance1Channel for TIM1
source§type CommunicationInterrupt = TIM1_TRG_COM
type CommunicationInterrupt = TIM1_TRG_COM
Communication interrupt for this timer.
source§type BreakInputInterrupt = TIM1_BRK
type BreakInputInterrupt = TIM1_BRK
Break input interrupt for this timer.
source§impl BreakInput2Pin<TIM1> for PE6
impl BreakInput2Pin<TIM1> for PE6
source§impl BreakInputPin<TIM1> for PA6
impl BreakInputPin<TIM1> for PA6
source§impl BreakInputPin<TIM1> for PB12
impl BreakInputPin<TIM1> for PB12
source§impl BreakInputPin<TIM1> for PE15
impl BreakInputPin<TIM1> for PE15
source§impl Channel1ComplementaryPin<TIM1> for PA7
impl Channel1ComplementaryPin<TIM1> for PA7
source§impl Channel1ComplementaryPin<TIM1> for PB13
impl Channel1ComplementaryPin<TIM1> for PB13
source§impl Channel1ComplementaryPin<TIM1> for PE8
impl Channel1ComplementaryPin<TIM1> for PE8
source§impl Channel1Pin<TIM1> for PA8
impl Channel1Pin<TIM1> for PA8
source§impl Channel1Pin<TIM1> for PE9
impl Channel1Pin<TIM1> for PE9
source§impl Channel2ComplementaryPin<TIM1> for PB0
impl Channel2ComplementaryPin<TIM1> for PB0
source§impl Channel2ComplementaryPin<TIM1> for PB14
impl Channel2ComplementaryPin<TIM1> for PB14
source§impl Channel2ComplementaryPin<TIM1> for PE10
impl Channel2ComplementaryPin<TIM1> for PE10
source§impl Channel2Pin<TIM1> for PA9
impl Channel2Pin<TIM1> for PA9
source§impl Channel2Pin<TIM1> for PE11
impl Channel2Pin<TIM1> for PE11
source§impl Channel3ComplementaryPin<TIM1> for PB1
impl Channel3ComplementaryPin<TIM1> for PB1
source§impl Channel3ComplementaryPin<TIM1> for PB15
impl Channel3ComplementaryPin<TIM1> for PB15
source§impl Channel3ComplementaryPin<TIM1> for PE12
impl Channel3ComplementaryPin<TIM1> for PE12
source§impl Channel3Pin<TIM1> for PA10
impl Channel3Pin<TIM1> for PA10
source§impl Channel3Pin<TIM1> for PE13
impl Channel3Pin<TIM1> for PE13
source§impl Channel4ComplementaryPin<TIM1> for PC5
impl Channel4ComplementaryPin<TIM1> for PC5
source§impl Channel4ComplementaryPin<TIM1> for PD5
impl Channel4ComplementaryPin<TIM1> for PD5
source§impl Channel4ComplementaryPin<TIM1> for PE15
impl Channel4ComplementaryPin<TIM1> for PE15
source§impl Channel4Pin<TIM1> for PA11
impl Channel4Pin<TIM1> for PA11
source§impl Channel4Pin<TIM1> for PE14
impl Channel4Pin<TIM1> for PE14
source§impl CoreInstance for TIM1
impl CoreInstance for TIM1
source§impl ExternalTriggerPin<TIM1> for PA12
impl ExternalTriggerPin<TIM1> for PA12
source§impl ExternalTriggerPin<TIM1> for PE7
impl ExternalTriggerPin<TIM1> for PE7
source§impl GeneralInstance1Channel for TIM1
impl GeneralInstance1Channel for TIM1
source§type CaptureCompareInterrupt = TIM1_CC
type CaptureCompareInterrupt = TIM1_CC
Capture compare interrupt for this timer.
source§impl GeneralInstance2Channel for TIM1
impl GeneralInstance2Channel for TIM1
source§type TriggerInterrupt = TIM1_TRG_COM
type TriggerInterrupt = TIM1_TRG_COM
Trigger event interrupt for this timer.
source§impl Peripheral for TIM1
impl Peripheral for TIM1
impl AdvancedInstance2Channel for TIM1
impl AdvancedInstance4Channel for TIM1
impl BasicInstance for TIM1
impl BasicNoCr2Instance for TIM1
impl GeneralInstance4Channel for TIM1
impl RccPeripheral for TIM1
Auto Trait Implementations§
impl Freeze for TIM1
impl RefUnwindSafe for TIM1
impl Send for TIM1
impl Sync for TIM1
impl Unpin for TIM1
impl UnwindSafe for TIM1
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