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