pub struct LPTIM5 { /* private fields */ }
Expand description
LPTIM5 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<LPTIM5> for PF0
impl Channel1Pin<LPTIM5> for PF0
Source§impl Channel1Pin<LPTIM5> for PF6
impl Channel1Pin<LPTIM5> for PF6
Source§impl Channel1Pin<LPTIM5> for PG12
impl Channel1Pin<LPTIM5> for PG12
Source§impl Channel2Pin<LPTIM5> for PF1
impl Channel2Pin<LPTIM5> for PF1
Source§impl Channel2Pin<LPTIM5> for PF7
impl Channel2Pin<LPTIM5> for PF7
Source§impl Channel2Pin<LPTIM5> for PG13
impl Channel2Pin<LPTIM5> for PG13
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