Struct d1_pac::gpio::pg_eint_cfg1::W
source · pub struct W(/* private fields */);
Expand description
Register pg_eint_cfg1
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn eint_cfg<const O: u8>(&mut self) -> EINT_CFG_W<'_, O>
pub unsafe fn eint_cfg<const O: u8>(&mut self) -> EINT_CFG_W<'_, O>
External INT Mode
sourcepub fn eint8_cfg(&mut self) -> EINT_CFG_W<'_, 0>
pub fn eint8_cfg(&mut self) -> EINT_CFG_W<'_, 0>
Bits 0:3 - External INT Mode
sourcepub fn eint9_cfg(&mut self) -> EINT_CFG_W<'_, 4>
pub fn eint9_cfg(&mut self) -> EINT_CFG_W<'_, 4>
Bits 4:7 - External INT Mode
sourcepub fn eint10_cfg(&mut self) -> EINT_CFG_W<'_, 8>
pub fn eint10_cfg(&mut self) -> EINT_CFG_W<'_, 8>
Bits 8:11 - External INT Mode
sourcepub fn eint11_cfg(&mut self) -> EINT_CFG_W<'_, 12>
pub fn eint11_cfg(&mut self) -> EINT_CFG_W<'_, 12>
Bits 12:15 - External INT Mode
sourcepub fn eint12_cfg(&mut self) -> EINT_CFG_W<'_, 16>
pub fn eint12_cfg(&mut self) -> EINT_CFG_W<'_, 16>
Bits 16:19 - External INT Mode
sourcepub fn eint13_cfg(&mut self) -> EINT_CFG_W<'_, 20>
pub fn eint13_cfg(&mut self) -> EINT_CFG_W<'_, 20>
Bits 20:23 - External INT Mode
sourcepub fn eint14_cfg(&mut self) -> EINT_CFG_W<'_, 24>
pub fn eint14_cfg(&mut self) -> EINT_CFG_W<'_, 24>
Bits 24:27 - External INT Mode
sourcepub fn eint15_cfg(&mut self) -> EINT_CFG_W<'_, 28>
pub fn eint15_cfg(&mut self) -> EINT_CFG_W<'_, 28>
Bits 28:31 - External INT Mode
Methods from Deref<Target = W<PG_EINT_CFG1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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