pub struct TIM3 { /* private fields */ }
Expand description
TIM3 peripheral
Implementations§
Trait Implementations§
Source§impl CoreInstance for TIM3
impl CoreInstance for TIM3
Source§impl ExternalTriggerPin<TIM3, AfioRemap<0>> for PD2
impl ExternalTriggerPin<TIM3, AfioRemap<0>> for PD2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as ExternalTriggerPin
Source§impl ExternalTriggerPin<TIM3, AfioRemap<2>> for PD2
impl ExternalTriggerPin<TIM3, AfioRemap<2>> for PD2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as ExternalTriggerPin
Source§impl ExternalTriggerPin<TIM3, AfioRemap<3>> for PD2
impl ExternalTriggerPin<TIM3, AfioRemap<3>> for PD2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as ExternalTriggerPin
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 TimerPin<TIM3, Ch1, AfioRemap<0>> for PA6
impl TimerPin<TIM3, Ch1, AfioRemap<0>> for PA6
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch1, AfioRemap<2>> for PB4
impl TimerPin<TIM3, Ch1, AfioRemap<2>> for PB4
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch1, AfioRemap<3>> for PC6
impl TimerPin<TIM3, Ch1, AfioRemap<3>> for PC6
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch2, AfioRemap<0>> for PA7
impl TimerPin<TIM3, Ch2, AfioRemap<0>> for PA7
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch2, AfioRemap<2>> for PB5
impl TimerPin<TIM3, Ch2, AfioRemap<2>> for PB5
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch2, AfioRemap<3>> for PC7
impl TimerPin<TIM3, Ch2, AfioRemap<3>> for PC7
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch3, AfioRemap<0>> for PB0
impl TimerPin<TIM3, Ch3, AfioRemap<0>> for PB0
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch3, AfioRemap<2>> for PB0
impl TimerPin<TIM3, Ch3, AfioRemap<2>> for PB0
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch3, AfioRemap<3>> for PC8
impl TimerPin<TIM3, Ch3, AfioRemap<3>> for PC8
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch4, AfioRemap<0>> for PB1
impl TimerPin<TIM3, Ch4, AfioRemap<0>> for PB1
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch4, AfioRemap<2>> for PB1
impl TimerPin<TIM3, Ch4, AfioRemap<2>> for PB1
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM3, Ch4, AfioRemap<3>> for PC9
impl TimerPin<TIM3, Ch4, AfioRemap<3>> for PC9
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
impl BasicInstance for TIM3
impl BasicNoCr2Instance for TIM3
impl Copy for TIM3
impl GeneralInstance4Channel for TIM3
impl PeripheralType 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