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