Struct PB6
pub struct PB6 { /* private fields */ }
Expand description
PB6 peripheral
Implementations§
Trait Implementations§
source§impl Channel1ComplementaryPin<TIM16> for PB6
impl Channel1ComplementaryPin<TIM16> for PB6
source§impl Channel1Pin<TIM4> for PB6
impl Channel1Pin<TIM4> 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