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