Struct LPTIM3
pub struct LPTIM3 { /* private fields */ }
Expand description
LPTIM3 peripheral
Implementations§
Trait Implementations§
source§impl Channel1Pin<LPTIM3> for PA3
impl Channel1Pin<LPTIM3> for PA3
source§impl Channel2Pin<LPTIM3> for PA4
impl Channel2Pin<LPTIM3> for PA4
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