Struct TIM15
pub struct TIM15 { /* private fields */ }
Expand description
TIM15 peripheral
Implementations§
Trait Implementations§
source§impl AdvancedInstance1Channel for TIM15
impl AdvancedInstance1Channel for TIM15
source§type CommunicationInterrupt = TIM15
type CommunicationInterrupt = TIM15
Communication interrupt for this timer.
source§type BreakInputInterrupt = TIM15
type BreakInputInterrupt = TIM15
Break input interrupt for this timer.
source§impl BreakInputPin<TIM15> for PA9
impl BreakInputPin<TIM15> for PA9
source§impl Channel1ComplementaryPin<TIM15> for PA1
impl Channel1ComplementaryPin<TIM15> for PA1
source§impl Channel1ComplementaryPin<TIM15> for PB13
impl Channel1ComplementaryPin<TIM15> for PB13
source§impl Channel1ComplementaryPin<TIM15> for PG9
impl Channel1ComplementaryPin<TIM15> for PG9
source§impl Channel1Pin<TIM15> for PA2
impl Channel1Pin<TIM15> for PA2
source§impl Channel1Pin<TIM15> for PB14
impl Channel1Pin<TIM15> for PB14
source§impl Channel1Pin<TIM15> for PG10
impl Channel1Pin<TIM15> for PG10
source§impl Channel2Pin<TIM15> for PA3
impl Channel2Pin<TIM15> for PA3
source§impl Channel2Pin<TIM15> for PB15
impl Channel2Pin<TIM15> for PB15
source§impl CoreInstance for TIM15
impl CoreInstance for TIM15
source§impl GeneralInstance1Channel for TIM15
impl GeneralInstance1Channel for TIM15
source§type CaptureCompareInterrupt = TIM15
type CaptureCompareInterrupt = TIM15
Capture compare interrupt for this timer.
source§impl GeneralInstance2Channel for TIM15
impl GeneralInstance2Channel for TIM15
source§type TriggerInterrupt = TIM15
type TriggerInterrupt = TIM15
Trigger event interrupt for this timer.
source§impl Peripheral for TIM15
impl Peripheral for TIM15
impl AdvancedInstance2Channel for TIM15
impl AdvancedInstance4Channel for TIM15
impl BasicInstance for TIM15
impl BasicNoCr2Instance for TIM15
impl GeneralInstance4Channel for TIM15
impl RccPeripheral for TIM15
Auto Trait Implementations§
impl Freeze for TIM15
impl RefUnwindSafe for TIM15
impl Send for TIM15
impl Sync for TIM15
impl Unpin for TIM15
impl UnwindSafe for TIM15
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