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