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