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