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 PB15
impl BreakInput2Pin<TIM1> for PB15
source§impl BreakInput2Pin<TIM1> for PC13
impl BreakInput2Pin<TIM1> for PC13
source§impl BreakInputPin<TIM1> for PA2
impl BreakInputPin<TIM1> for PA2
source§impl Channel1ComplementaryPin<TIM1> for PA1
impl Channel1ComplementaryPin<TIM1> for PA1
source§impl Channel1ComplementaryPin<TIM1> for PB2
impl Channel1ComplementaryPin<TIM1> for PB2
source§impl Channel1Pin<TIM1> for PA11
impl Channel1Pin<TIM1> for PA11
source§impl Channel1Pin<TIM1> for PB8
impl Channel1Pin<TIM1> for PB8
source§impl Channel2ComplementaryPin<TIM1> for PA0
impl Channel2ComplementaryPin<TIM1> for PA0
source§impl Channel2ComplementaryPin<TIM1> for PB1
impl Channel2ComplementaryPin<TIM1> for PB1
source§impl Channel2Pin<TIM1> for PA12
impl Channel2Pin<TIM1> for PA12
source§impl Channel3ComplementaryPin<TIM1> for PB0
impl Channel3ComplementaryPin<TIM1> for PB0
source§impl Channel3ComplementaryPin<TIM1> for PB9
impl Channel3ComplementaryPin<TIM1> for PB9
source§impl Channel3Pin<TIM1> for PB4
impl Channel3Pin<TIM1> for PB4
source§impl Channel4ComplementaryPin<TIM1> for PB7
impl Channel4ComplementaryPin<TIM1> for PB7
source§impl Channel4Pin<TIM1> for PB3
impl Channel4Pin<TIM1> for PB3
source§impl CoreInstance for TIM1
impl CoreInstance for TIM1
source§impl ExternalTriggerPin<TIM1> for PA15
impl ExternalTriggerPin<TIM1> for PA15
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