Struct d1_pac::gpio::pf_eint_status::R
source · pub struct R(/* private fields */);
Expand description
Register pf_eint_status
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn eint_status(&self, n: u8) -> EINT_STATUS_R
pub unsafe fn eint_status(&self, n: u8) -> EINT_STATUS_R
External INT Pending Bit
sourcepub fn eint0_status(&self) -> EINT_STATUS_R
pub fn eint0_status(&self) -> EINT_STATUS_R
Bit 0 - External INT Pending Bit
sourcepub fn eint1_status(&self) -> EINT_STATUS_R
pub fn eint1_status(&self) -> EINT_STATUS_R
Bit 1 - External INT Pending Bit
sourcepub fn eint2_status(&self) -> EINT_STATUS_R
pub fn eint2_status(&self) -> EINT_STATUS_R
Bit 2 - External INT Pending Bit
sourcepub fn eint3_status(&self) -> EINT_STATUS_R
pub fn eint3_status(&self) -> EINT_STATUS_R
Bit 3 - External INT Pending Bit
sourcepub fn eint4_status(&self) -> EINT_STATUS_R
pub fn eint4_status(&self) -> EINT_STATUS_R
Bit 4 - External INT Pending Bit
sourcepub fn eint5_status(&self) -> EINT_STATUS_R
pub fn eint5_status(&self) -> EINT_STATUS_R
Bit 5 - External INT Pending Bit
sourcepub fn eint6_status(&self) -> EINT_STATUS_R
pub fn eint6_status(&self) -> EINT_STATUS_R
Bit 6 - External INT Pending Bit
Methods from Deref<Target = R<PF_EINT_STATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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