pub struct TIM21 { /* private fields */ }
Expand description
TIM21 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<TIM21> for PA2
impl Channel1Pin<TIM21> for PA2
Source§impl Channel1Pin<TIM21> for PB13
impl Channel1Pin<TIM21> for PB13
Source§impl Channel1Pin<TIM21> for PD0
impl Channel1Pin<TIM21> for PD0
Source§impl Channel1Pin<TIM21> for PE5
impl Channel1Pin<TIM21> for PE5
Source§impl Channel2Pin<TIM21> for PA3
impl Channel2Pin<TIM21> for PA3
Source§impl Channel2Pin<TIM21> for PB14
impl Channel2Pin<TIM21> for PB14
Source§impl Channel2Pin<TIM21> for PD7
impl Channel2Pin<TIM21> for PD7
Source§impl Channel2Pin<TIM21> for PE6
impl Channel2Pin<TIM21> for PE6
Source§impl CoreInstance for TIM21
impl CoreInstance for TIM21
Source§impl ExternalTriggerPin<TIM21> for PA1
impl ExternalTriggerPin<TIM21> for PA1
Source§impl ExternalTriggerPin<TIM21> for PC9
impl ExternalTriggerPin<TIM21> for PC9
Source§impl GeneralInstance1Channel for TIM21
impl GeneralInstance1Channel for TIM21
Source§type CaptureCompareInterrupt = TIM21
type CaptureCompareInterrupt = TIM21
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM21
impl GeneralInstance2Channel for TIM21
Source§type TriggerInterrupt = TIM21
type TriggerInterrupt = TIM21
Trigger event interrupt for this timer.
Source§impl Peripheral for TIM21
impl Peripheral for TIM21
impl BasicInstance for TIM21
impl BasicNoCr2Instance for TIM21
impl GeneralInstance4Channel for TIM21
impl RccPeripheral for TIM21
Auto Trait Implementations§
impl Freeze for TIM21
impl RefUnwindSafe for TIM21
impl Send for TIM21
impl Sync for TIM21
impl Unpin for TIM21
impl UnwindSafe for TIM21
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