Struct d1_pac::gpio::pc_eint_cfg0::R
source · pub struct R(/* private fields */);
Expand description
Register pc_eint_cfg0
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn eint_cfg(&self, n: u8) -> EINT_CFG_R
pub unsafe fn eint_cfg(&self, n: u8) -> EINT_CFG_R
External INT Mode
sourcepub fn eint0_cfg(&self) -> EINT_CFG_R
pub fn eint0_cfg(&self) -> EINT_CFG_R
Bits 0:3 - External INT Mode
sourcepub fn eint1_cfg(&self) -> EINT_CFG_R
pub fn eint1_cfg(&self) -> EINT_CFG_R
Bits 4:7 - External INT Mode
sourcepub fn eint2_cfg(&self) -> EINT_CFG_R
pub fn eint2_cfg(&self) -> EINT_CFG_R
Bits 8:11 - External INT Mode
sourcepub fn eint3_cfg(&self) -> EINT_CFG_R
pub fn eint3_cfg(&self) -> EINT_CFG_R
Bits 12:15 - External INT Mode
sourcepub fn eint4_cfg(&self) -> EINT_CFG_R
pub fn eint4_cfg(&self) -> EINT_CFG_R
Bits 16:19 - External INT Mode
sourcepub fn eint5_cfg(&self) -> EINT_CFG_R
pub fn eint5_cfg(&self) -> EINT_CFG_R
Bits 20:23 - External INT Mode
sourcepub fn eint6_cfg(&self) -> EINT_CFG_R
pub fn eint6_cfg(&self) -> EINT_CFG_R
Bits 24:27 - External INT Mode
sourcepub fn eint7_cfg(&self) -> EINT_CFG_R
pub fn eint7_cfg(&self) -> EINT_CFG_R
Bits 28:31 - External INT Mode
Methods from Deref<Target = R<PC_EINT_CFG0_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