pub struct TIM8 { /* private fields */ }Expand description
TIM8 peripheral
Implementations§
Trait Implementations§
Source§impl AdvancedInstance1Channel for TIM8
impl AdvancedInstance1Channel for TIM8
Source§type CommunicationInterrupt = TIM8_TRG_COM
type CommunicationInterrupt = TIM8_TRG_COM
Communication interrupt for this timer.
Source§type BreakInputInterrupt = TIM8_BRK
type BreakInputInterrupt = TIM8_BRK
Break input interrupt for this timer.
Source§impl BreakInputPin<TIM8, BkIn1, AfioRemapNotApplicable> for PA6
Available on afio only.
impl BreakInputPin<TIM8, BkIn1, AfioRemapNotApplicable> for PA6
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as BreakInputPin
Source§impl CoreInstance for TIM8
impl CoreInstance for TIM8
Source§impl ExternalTriggerPin<TIM8, AfioRemapNotApplicable> for PA0
Available on afio only.
impl ExternalTriggerPin<TIM8, AfioRemapNotApplicable> for PA0
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as ExternalTriggerPin
Source§impl GeneralInstance1Channel for TIM8
impl GeneralInstance1Channel for TIM8
Source§type CaptureCompareInterrupt = TIM8_CC
type CaptureCompareInterrupt = TIM8_CC
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM8
impl GeneralInstance2Channel for TIM8
Source§type TriggerInterrupt = TIM8_TRG_COM
type TriggerInterrupt = TIM8_TRG_COM
Trigger event interrupt for this timer.
Source§impl TimerComplementaryPin<TIM8, Ch1, AfioRemapNotApplicable> for PA7
Available on afio only.
impl TimerComplementaryPin<TIM8, Ch1, AfioRemapNotApplicable> for PA7
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerComplementaryPin
Source§impl TimerComplementaryPin<TIM8, Ch2, AfioRemapNotApplicable> for PB0
Available on afio only.
impl TimerComplementaryPin<TIM8, Ch2, AfioRemapNotApplicable> for PB0
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerComplementaryPin
Source§impl TimerComplementaryPin<TIM8, Ch3, AfioRemapNotApplicable> for PB1
Available on afio only.
impl TimerComplementaryPin<TIM8, Ch3, AfioRemapNotApplicable> for PB1
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerComplementaryPin
Source§impl TimerPin<TIM8, Ch1, AfioRemapNotApplicable> for PC6
Available on afio only.
impl TimerPin<TIM8, Ch1, AfioRemapNotApplicable> for PC6
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM8, Ch2, AfioRemapNotApplicable> for PC7
Available on afio only.
impl TimerPin<TIM8, Ch2, AfioRemapNotApplicable> for PC7
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM8, Ch3, AfioRemapNotApplicable> for PC8
Available on afio only.
impl TimerPin<TIM8, Ch3, AfioRemapNotApplicable> for PC8
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM8, Ch4, AfioRemapNotApplicable> for PC9
Available on afio only.
impl TimerPin<TIM8, Ch4, AfioRemapNotApplicable> for PC9
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
impl AdvancedInstance2Channel for TIM8
impl AdvancedInstance4Channel for TIM8
impl BasicInstance for TIM8
impl BasicNoCr2Instance for TIM8
impl Copy for TIM8
impl GeneralInstance4Channel for TIM8
impl PeripheralType for TIM8
impl RccPeripheral for TIM8
Auto Trait Implementations§
impl Freeze for TIM8
impl RefUnwindSafe for TIM8
impl Send for TIM8
impl Sync for TIM8
impl Unpin for TIM8
impl UnwindSafe for TIM8
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