pub struct TIM9 { /* private fields */ }
Expand description
TIM9 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<TIM9> for PA2
impl Channel1Pin<TIM9> for PA2
Source§impl Channel1Pin<TIM9> for PE5
impl Channel1Pin<TIM9> for PE5
Source§impl Channel2Pin<TIM9> for PA3
impl Channel2Pin<TIM9> for PA3
Source§impl Channel2Pin<TIM9> for PE6
impl Channel2Pin<TIM9> for PE6
Source§impl CoreInstance for TIM9
impl CoreInstance for TIM9
Source§impl GeneralInstance1Channel for TIM9
impl GeneralInstance1Channel for TIM9
Source§type CaptureCompareInterrupt = TIM1_BRK_TIM9
type CaptureCompareInterrupt = TIM1_BRK_TIM9
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM9
impl GeneralInstance2Channel for TIM9
Source§type TriggerInterrupt = TIM1_BRK_TIM9
type TriggerInterrupt = TIM1_BRK_TIM9
Trigger event interrupt for this timer.
Source§impl Peripheral for TIM9
impl Peripheral for TIM9
impl BasicInstance for TIM9
impl BasicNoCr2Instance for TIM9
impl GeneralInstance4Channel 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