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