pub struct TIM9 { /* private fields */ }
Expand description
TIM9 peripheral
Implementations§
Trait Implementations§
Source§impl CoreInstance for TIM9
impl CoreInstance for TIM9
Source§impl GeneralInstance1Channel for TIM9
impl GeneralInstance1Channel for TIM9
Source§type CaptureCompareInterrupt = TIM9
type CaptureCompareInterrupt = TIM9
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM9
impl GeneralInstance2Channel for TIM9
Source§type TriggerInterrupt = TIM9
type TriggerInterrupt = TIM9
Trigger event interrupt for this timer.
Source§impl TimerPin<TIM9, Ch1, AfioRemapBool<false>> for PA2
impl TimerPin<TIM9, Ch1, AfioRemapBool<false>> for PA2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM9, Ch1, AfioRemapBool<true>> for PE5
impl TimerPin<TIM9, Ch1, AfioRemapBool<true>> for PE5
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM9, Ch2, AfioRemapBool<false>> for PA3
impl TimerPin<TIM9, Ch2, AfioRemapBool<false>> for PA3
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
Source§impl TimerPin<TIM9, Ch2, AfioRemapBool<true>> for PE6
impl TimerPin<TIM9, Ch2, AfioRemapBool<true>> for PE6
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as TimerPin
impl BasicInstance for TIM9
impl BasicNoCr2Instance for TIM9
impl Copy for TIM9
impl GeneralInstance4Channel for TIM9
impl PeripheralType for TIM9
impl RccPeripheral for TIM9
Auto Trait Implementations§
impl Freeze for TIM9
impl RefUnwindSafe for TIM9
impl Send for TIM9
impl Sync for TIM9
impl Unpin for TIM9
impl UnwindSafe for TIM9
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