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