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