pub struct TIM5 { /* private fields */ }
Expand description
TIM5 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<TIM5> for PA0
impl Channel1Pin<TIM5> for PA0
Source§impl Channel1Pin<TIM5> for PB2
impl Channel1Pin<TIM5> for PB2
Source§impl Channel1Pin<TIM5> for PF6
impl Channel1Pin<TIM5> for PF6
Source§impl Channel2Pin<TIM5> for PA1
impl Channel2Pin<TIM5> for PA1
Source§impl Channel2Pin<TIM5> for PC12
impl Channel2Pin<TIM5> for PC12
Source§impl Channel2Pin<TIM5> for PF7
impl Channel2Pin<TIM5> for PF7
Source§impl Channel3Pin<TIM5> for PA2
impl Channel3Pin<TIM5> for PA2
Source§impl Channel3Pin<TIM5> for PE8
impl Channel3Pin<TIM5> for PE8
Source§impl Channel3Pin<TIM5> for PF8
impl Channel3Pin<TIM5> for PF8
Source§impl Channel4Pin<TIM5> for PA3
impl Channel4Pin<TIM5> for PA3
Source§impl Channel4Pin<TIM5> for PE9
impl Channel4Pin<TIM5> for PE9
Source§impl Channel4Pin<TIM5> for PF9
impl Channel4Pin<TIM5> for PF9
Source§impl CoreInstance for TIM5
impl CoreInstance for TIM5
Source§impl ExternalTriggerPin<TIM5> for PB12
impl ExternalTriggerPin<TIM5> for PB12
Source§impl ExternalTriggerPin<TIM5> for PD11
impl ExternalTriggerPin<TIM5> for PD11
Source§impl ExternalTriggerPin<TIM5> for PF6
impl ExternalTriggerPin<TIM5> for PF6
Source§impl GeneralInstance1Channel for TIM5
impl GeneralInstance1Channel for TIM5
Source§type CaptureCompareInterrupt = TIM5
type CaptureCompareInterrupt = TIM5
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM5
impl GeneralInstance2Channel for TIM5
Source§type TriggerInterrupt = TIM5
type TriggerInterrupt = TIM5
Trigger event interrupt for this timer.
Source§impl Peripheral for TIM5
impl Peripheral for TIM5
impl BasicInstance for TIM5
impl BasicNoCr2Instance for TIM5
impl GeneralInstance32bit4Channel for TIM5
impl GeneralInstance4Channel for TIM5
impl RccPeripheral for TIM5
Auto Trait Implementations§
impl Freeze for TIM5
impl RefUnwindSafe for TIM5
impl Send for TIM5
impl Sync for TIM5
impl Unpin for TIM5
impl UnwindSafe for TIM5
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