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