pub struct PB0 { /* private fields */ }Expand description
PB0 peripheral
Implementations§
Trait Implementations§
Source§impl ExtiPin for PB0
impl ExtiPin for PB0
Source§type ExtiChannel = EXTI0
type ExtiChannel = EXTI0
EXTI channel assigned to this pin. Read more
impl Copy for PB0
impl NonInvertingPin<OPAMP2> for PB0
impl NonInvertingPin<OPAMP3> for PB0
impl PeripheralType 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