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