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 PB8
impl BreakInput2Pin<TIM1> for PB8
source§impl BreakInputPin<TIM1> for PA4
impl BreakInputPin<TIM1> for PA4
source§impl BreakInputPin<TIM1> for PA6
impl BreakInputPin<TIM1> for PA6
source§impl BreakInputPin<TIM1> for PB3
impl BreakInputPin<TIM1> for PB3
source§impl Channel1ComplementaryPin<TIM1> for PA3
impl Channel1ComplementaryPin<TIM1> for PA3
source§impl Channel1ComplementaryPin<TIM1> for PA7
impl Channel1ComplementaryPin<TIM1> for PA7
source§impl Channel1Pin<TIM1> for PA13
impl Channel1Pin<TIM1> for PA13
source§impl Channel1Pin<TIM1> for PA8
impl Channel1Pin<TIM1> for PA8
source§impl Channel1Pin<TIM1> for PB1
impl Channel1Pin<TIM1> for PB1
source§impl Channel1Pin<TIM1> for PB7
impl Channel1Pin<TIM1> for PB7
source§impl Channel2ComplementaryPin<TIM1> for PA4
impl Channel2ComplementaryPin<TIM1> for PA4
source§impl Channel2ComplementaryPin<TIM1> for PB0
impl Channel2ComplementaryPin<TIM1> for PB0
source§impl Channel2ComplementaryPin<TIM1> for PB7
impl Channel2ComplementaryPin<TIM1> for PB7
source§impl Channel2Pin<TIM1> for PA14
impl Channel2Pin<TIM1> for PA14
source§impl Channel2Pin<TIM1> for PA9
impl Channel2Pin<TIM1> for PA9
source§impl Channel2Pin<TIM1> for PB4
impl Channel2Pin<TIM1> for PB4
source§impl Channel2Pin<TIM1> for PB6
impl Channel2Pin<TIM1> for PB6
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 PB6
impl Channel3ComplementaryPin<TIM1> for PB6
source§impl Channel3Pin<TIM1> for PA1
impl Channel3Pin<TIM1> for PA1
source§impl Channel3Pin<TIM1> for PB5
impl Channel3Pin<TIM1> for PB5
source§impl Channel4ComplementaryPin<TIM1> for PA14
impl Channel4ComplementaryPin<TIM1> for PA14
source§impl Channel4ComplementaryPin<TIM1> for PA8
impl Channel4ComplementaryPin<TIM1> for PA8
source§impl Channel4ComplementaryPin<TIM1> for PB4
impl Channel4ComplementaryPin<TIM1> for PB4
source§impl Channel4Pin<TIM1> for PA11
impl Channel4Pin<TIM1> for PA11
source§impl Channel4Pin<TIM1> for PA2
impl Channel4Pin<TIM1> for PA2
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 PA13
impl ExternalTriggerPin<TIM1> for PA13
source§impl ExternalTriggerPin<TIM1> for PB0
impl ExternalTriggerPin<TIM1> for PB0
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