Struct TIM6
pub struct TIM6 { /* private fields */ }
Expand description
TIM6 peripheral
Implementations§
Trait Implementations§
source§impl CoreInstance for TIM6
impl CoreInstance for TIM6
source§impl Peripheral for TIM6
impl Peripheral for TIM6
impl BasicInstance for TIM6
impl BasicNoCr2Instance for TIM6
impl RccPeripheral for TIM6
Auto Trait Implementations§
impl Freeze for TIM6
impl RefUnwindSafe for TIM6
impl Send for TIM6
impl Sync for TIM6
impl Unpin for TIM6
impl UnwindSafe for TIM6
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