Struct TIM3
pub struct TIM3 { /* private fields */ }
Expand description
TIM3 peripheral
Implementations§
Trait Implementations§
source§impl Channel1Pin<TIM3> for PA10
impl Channel1Pin<TIM3> for PA10
source§impl Channel1Pin<TIM3> for PA2
impl Channel1Pin<TIM3> for PA2
source§impl Channel1Pin<TIM3> for PB5
impl Channel1Pin<TIM3> for PB5
source§impl Channel2Pin<TIM3> for PA1
impl Channel2Pin<TIM3> for PA1
source§impl Channel2Pin<TIM3> for PA9
impl Channel2Pin<TIM3> for PA9
source§impl Channel3Pin<TIM3> for PA0
impl Channel3Pin<TIM3> for PA0
source§impl Channel3Pin<TIM3> for PB14
impl Channel3Pin<TIM3> for PB14
source§impl Channel4Pin<TIM3> for PB13
impl Channel4Pin<TIM3> for PB13
source§impl Channel4Pin<TIM3> for PB9
impl Channel4Pin<TIM3> for PB9
source§impl CoreInstance for TIM3
impl CoreInstance for TIM3
source§impl ExternalTriggerPin<TIM3> for PA0
impl ExternalTriggerPin<TIM3> for PA0
source§impl ExternalTriggerPin<TIM3> for PB12
impl ExternalTriggerPin<TIM3> for PB12
source§impl ExternalTriggerPin<TIM3> for PB8
impl ExternalTriggerPin<TIM3> for PB8
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