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