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