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