pub struct LPTIM3 { /* private fields */ }Expand description
LPTIM3 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<LPTIM3> for PB0
Available on non-afio only.
impl Channel1Pin<LPTIM3> for PB0
Available on non-
afio only.Source§impl Channel1Pin<LPTIM3> for PB10
Available on non-afio only.
impl Channel1Pin<LPTIM3> for PB10
Available on non-
afio only.Source§impl Channel1Pin<LPTIM3> for PC3
Available on non-afio only.
impl Channel1Pin<LPTIM3> for PC3
Available on non-
afio only.Source§impl Channel1Pin<LPTIM3> for PC8
Available on non-afio only.
impl Channel1Pin<LPTIM3> for PC8
Available on non-
afio only.Source§impl Channel1Pin<LPTIM3> for PD14
Available on non-afio only.
impl Channel1Pin<LPTIM3> for PD14
Available on non-
afio only.Source§impl Channel2Pin<LPTIM3> for PB1
Available on non-afio only.
impl Channel2Pin<LPTIM3> for PB1
Available on non-
afio only.Source§impl Channel2Pin<LPTIM3> for PC9
Available on non-afio only.
impl Channel2Pin<LPTIM3> for PC9
Available on non-
afio only.Source§impl Channel2Pin<LPTIM3> for PD15
Available on non-afio only.
impl Channel2Pin<LPTIM3> for PD15
Available on non-
afio only.impl BasicInstance for LPTIM3
impl Copy for LPTIM3
impl Instance for LPTIM3
impl PeripheralType 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