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