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