Struct PF2
pub struct PF2 { /* private fields */ }
Expand description
PF2 peripheral
Implementations§
Trait Implementations§
source§impl Channel2Pin<LPTIM3> for PF2
impl Channel2Pin<LPTIM3> for PF2
source§impl Peripheral for PF2
impl Peripheral for PF2
Auto Trait Implementations§
impl Freeze for PF2
impl RefUnwindSafe for PF2
impl Send for PF2
impl Sync for PF2
impl Unpin for PF2
impl UnwindSafe for PF2
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