pub struct TIM10 { /* private fields */ }
Expand description
TIM10 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<TIM10> for PA6
impl Channel1Pin<TIM10> for PA6
Source§impl Channel1Pin<TIM10> for PB12
impl Channel1Pin<TIM10> for PB12
Source§impl Channel1Pin<TIM10> for PB8
impl Channel1Pin<TIM10> for PB8
Source§impl CoreInstance for TIM10
impl CoreInstance for TIM10
Source§impl GeneralInstance1Channel for TIM10
impl GeneralInstance1Channel for TIM10
Source§type CaptureCompareInterrupt = TIM10
type CaptureCompareInterrupt = TIM10
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM10
impl GeneralInstance2Channel for TIM10
Source§type TriggerInterrupt = TIM10
type TriggerInterrupt = TIM10
Trigger event interrupt for this timer.
Source§impl Peripheral for TIM10
impl Peripheral for TIM10
impl BasicInstance for TIM10
impl BasicNoCr2Instance for TIM10
impl GeneralInstance4Channel for TIM10
impl RccPeripheral for TIM10
Auto Trait Implementations§
impl Freeze for TIM10
impl RefUnwindSafe for TIM10
impl Send for TIM10
impl Sync for TIM10
impl Unpin for TIM10
impl UnwindSafe for TIM10
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