Struct d1_pac::gpio::pe_eint_ctl::R
source · pub struct R(/* private fields */);
Expand description
Register pe_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
sourcepub fn eint8_ctl(&self) -> EINT_CTL_R
pub fn eint8_ctl(&self) -> EINT_CTL_R
Bit 8 - External INT Enable
sourcepub fn eint9_ctl(&self) -> EINT_CTL_R
pub fn eint9_ctl(&self) -> EINT_CTL_R
Bit 9 - External INT Enable
sourcepub fn eint10_ctl(&self) -> EINT_CTL_R
pub fn eint10_ctl(&self) -> EINT_CTL_R
Bit 10 - External INT Enable
sourcepub fn eint11_ctl(&self) -> EINT_CTL_R
pub fn eint11_ctl(&self) -> EINT_CTL_R
Bit 11 - External INT Enable
sourcepub fn eint12_ctl(&self) -> EINT_CTL_R
pub fn eint12_ctl(&self) -> EINT_CTL_R
Bit 12 - External INT Enable
sourcepub fn eint13_ctl(&self) -> EINT_CTL_R
pub fn eint13_ctl(&self) -> EINT_CTL_R
Bit 13 - External INT Enable
sourcepub fn eint14_ctl(&self) -> EINT_CTL_R
pub fn eint14_ctl(&self) -> EINT_CTL_R
Bit 14 - External INT Enable
sourcepub fn eint15_ctl(&self) -> EINT_CTL_R
pub fn eint15_ctl(&self) -> EINT_CTL_R
Bit 15 - External INT Enable
sourcepub fn eint16_ctl(&self) -> EINT_CTL_R
pub fn eint16_ctl(&self) -> EINT_CTL_R
Bit 16 - External INT Enable
sourcepub fn eint17_ctl(&self) -> EINT_CTL_R
pub fn eint17_ctl(&self) -> EINT_CTL_R
Bit 17 - External INT Enable
Methods from Deref<Target = R<PE_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