pub struct LPTIM5 { /* private fields */ }Expand description
LPTIM5 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<LPTIM5> for PF0
Available on non-afio only.
impl Channel1Pin<LPTIM5> for PF0
Available on non-
afio only.Source§impl Channel1Pin<LPTIM5> for PF6
Available on non-afio only.
impl Channel1Pin<LPTIM5> for PF6
Available on non-
afio only.Source§impl Channel1Pin<LPTIM5> for PG12
Available on non-afio only.
impl Channel1Pin<LPTIM5> for PG12
Available on non-
afio only.Source§impl Channel2Pin<LPTIM5> for PF1
Available on non-afio only.
impl Channel2Pin<LPTIM5> for PF1
Available on non-
afio only.Source§impl Channel2Pin<LPTIM5> for PF7
Available on non-afio only.
impl Channel2Pin<LPTIM5> for PF7
Available on non-
afio only.Source§impl Channel2Pin<LPTIM5> for PG13
Available on non-afio only.
impl Channel2Pin<LPTIM5> for PG13
Available on non-
afio only.impl BasicInstance for LPTIM5
impl Copy for LPTIM5
impl Instance for LPTIM5
impl PeripheralType 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