pub struct TIM3 { /* private fields */ }
Expand description
TIM3 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<TIM3> for PA6
impl Channel1Pin<TIM3> for PA6
Source§impl Channel1Pin<TIM3> for PB6
impl Channel1Pin<TIM3> for PB6
Source§impl Channel1Pin<TIM3> for PB7
impl Channel1Pin<TIM3> for PB7
Source§impl Channel2Pin<TIM3> for PA7
impl Channel2Pin<TIM3> for PA7
Source§impl Channel2Pin<TIM3> for PB6
impl Channel2Pin<TIM3> for PB6
Source§impl Channel2Pin<TIM3> for PC14
impl Channel2Pin<TIM3> for PC14
Source§impl Channel3Pin<TIM3> for PA8
impl Channel3Pin<TIM3> for PA8
Source§impl Channel3Pin<TIM3> for PB6
impl Channel3Pin<TIM3> for PB6
Source§impl Channel3Pin<TIM3> for PC15
impl Channel3Pin<TIM3> for PC15
Source§impl Channel4Pin<TIM3> for PA8
impl Channel4Pin<TIM3> for PA8
Source§impl Channel4Pin<TIM3> for PB7
impl Channel4Pin<TIM3> for PB7
Source§impl CoreInstance for TIM3
impl CoreInstance for TIM3
Source§impl ExternalTriggerPin<TIM3> for PA13
impl ExternalTriggerPin<TIM3> for PA13
Source§impl ExternalTriggerPin<TIM3> for PA2
impl ExternalTriggerPin<TIM3> for PA2
Source§impl ExternalTriggerPin<TIM3> for PA9
impl ExternalTriggerPin<TIM3> for PA9
Source§impl GeneralInstance1Channel for TIM3
impl GeneralInstance1Channel for TIM3
Source§type CaptureCompareInterrupt = TIM3
type CaptureCompareInterrupt = TIM3
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM3
impl GeneralInstance2Channel for TIM3
Source§type TriggerInterrupt = TIM3
type TriggerInterrupt = TIM3
Trigger event interrupt for this timer.
Source§impl Peripheral for TIM3
impl Peripheral for TIM3
impl BasicInstance for TIM3
impl BasicNoCr2Instance for TIM3
impl GeneralInstance4Channel for TIM3
impl RccPeripheral for TIM3
Auto Trait Implementations§
impl Freeze for TIM3
impl RefUnwindSafe for TIM3
impl Send for TIM3
impl Sync for TIM3
impl Unpin for TIM3
impl UnwindSafe for TIM3
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