Struct d1_pac::gpio::pc_eint_ctl::R
source · pub struct R(/* private fields */);
Expand description
Register pc_eint_ctl
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn eint_ctl(&self, n: u8) -> EINT_CTL_R
pub unsafe fn eint_ctl(&self, n: u8) -> EINT_CTL_R
External INT Enable
sourcepub fn eint0_ctl(&self) -> EINT_CTL_R
pub fn eint0_ctl(&self) -> EINT_CTL_R
Bit 0 - External INT Enable
sourcepub fn eint1_ctl(&self) -> EINT_CTL_R
pub fn eint1_ctl(&self) -> EINT_CTL_R
Bit 1 - External INT Enable
sourcepub fn eint2_ctl(&self) -> EINT_CTL_R
pub fn eint2_ctl(&self) -> EINT_CTL_R
Bit 2 - External INT Enable
sourcepub fn eint3_ctl(&self) -> EINT_CTL_R
pub fn eint3_ctl(&self) -> EINT_CTL_R
Bit 3 - External INT Enable
sourcepub fn eint4_ctl(&self) -> EINT_CTL_R
pub fn eint4_ctl(&self) -> EINT_CTL_R
Bit 4 - External INT Enable
sourcepub fn eint5_ctl(&self) -> EINT_CTL_R
pub fn eint5_ctl(&self) -> EINT_CTL_R
Bit 5 - External INT Enable
sourcepub fn eint6_ctl(&self) -> EINT_CTL_R
pub fn eint6_ctl(&self) -> EINT_CTL_R
Bit 6 - External INT Enable
sourcepub fn eint7_ctl(&self) -> EINT_CTL_R
pub fn eint7_ctl(&self) -> EINT_CTL_R
Bit 7 - External INT Enable
Methods from Deref<Target = R<PC_EINT_CTL_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