Struct d1_pac::gpio::pb_eint_cfg1::R
source · pub struct R(/* private fields */);
Expand description
Register pb_eint_cfg1
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 eint8_cfg(&self) -> EINT_CFG_R
pub fn eint8_cfg(&self) -> EINT_CFG_R
Bits 0:3 - External INT Mode
sourcepub fn eint9_cfg(&self) -> EINT_CFG_R
pub fn eint9_cfg(&self) -> EINT_CFG_R
Bits 4:7 - External INT Mode
sourcepub fn eint10_cfg(&self) -> EINT_CFG_R
pub fn eint10_cfg(&self) -> EINT_CFG_R
Bits 8:11 - External INT Mode
sourcepub fn eint11_cfg(&self) -> EINT_CFG_R
pub fn eint11_cfg(&self) -> EINT_CFG_R
Bits 12:15 - External INT Mode
sourcepub fn eint12_cfg(&self) -> EINT_CFG_R
pub fn eint12_cfg(&self) -> EINT_CFG_R
Bits 16:19 - External INT Mode
Methods from Deref<Target = R<PB_EINT_CFG1_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