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