pub struct PJ11 { /* private fields */ }Expand description
PJ11 peripheral
Implementations§
Trait Implementations§
Source§impl ExtiPin for PJ11
impl ExtiPin for PJ11
Source§type ExtiChannel = EXTI11
type ExtiChannel = EXTI11
EXTI channel assigned to this pin. Read more
impl Copy for PJ11
impl PeripheralType for PJ11
Auto Trait Implementations§
impl Freeze for PJ11
impl RefUnwindSafe for PJ11
impl Send for PJ11
impl Sync for PJ11
impl Unpin for PJ11
impl UnwindSafe for PJ11
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