pub struct Pint0 { /* private fields */ }Expand description
Pin Interrupts and Pattern Match
Implementations§
Source§impl Pint0
impl Pint0
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ienf(self) -> Reg<Ienf, RW>
pub const fn ienf(self) -> Reg<Ienf, RW>
Pin Interrupt Active Level or Falling-Edge Interrupt Enable
Sourcepub const fn sienf(self) -> Reg<Sienf, W>
pub const fn sienf(self) -> Reg<Sienf, W>
Pin Interrupt Active Level or Falling-Edge Interrupt Set
Trait Implementations§
impl Copy for Pint0
impl Eq for Pint0
impl Send for Pint0
impl StructuralPartialEq for Pint0
impl Sync for Pint0
Auto Trait Implementations§
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