Struct d1_pac::gpio::pd_eint_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register pd_eint_ctl
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn eint_ctl<const O: u8>(&mut self) -> EINT_CTL_W<'_, O>
pub unsafe fn eint_ctl<const O: u8>(&mut self) -> EINT_CTL_W<'_, O>
External INT Enable
sourcepub fn eint0_ctl(&mut self) -> EINT_CTL_W<'_, 0>
pub fn eint0_ctl(&mut self) -> EINT_CTL_W<'_, 0>
Bit 0 - External INT Enable
sourcepub fn eint1_ctl(&mut self) -> EINT_CTL_W<'_, 1>
pub fn eint1_ctl(&mut self) -> EINT_CTL_W<'_, 1>
Bit 1 - External INT Enable
sourcepub fn eint2_ctl(&mut self) -> EINT_CTL_W<'_, 2>
pub fn eint2_ctl(&mut self) -> EINT_CTL_W<'_, 2>
Bit 2 - External INT Enable
sourcepub fn eint3_ctl(&mut self) -> EINT_CTL_W<'_, 3>
pub fn eint3_ctl(&mut self) -> EINT_CTL_W<'_, 3>
Bit 3 - External INT Enable
sourcepub fn eint4_ctl(&mut self) -> EINT_CTL_W<'_, 4>
pub fn eint4_ctl(&mut self) -> EINT_CTL_W<'_, 4>
Bit 4 - External INT Enable
sourcepub fn eint5_ctl(&mut self) -> EINT_CTL_W<'_, 5>
pub fn eint5_ctl(&mut self) -> EINT_CTL_W<'_, 5>
Bit 5 - External INT Enable
sourcepub fn eint6_ctl(&mut self) -> EINT_CTL_W<'_, 6>
pub fn eint6_ctl(&mut self) -> EINT_CTL_W<'_, 6>
Bit 6 - External INT Enable
sourcepub fn eint7_ctl(&mut self) -> EINT_CTL_W<'_, 7>
pub fn eint7_ctl(&mut self) -> EINT_CTL_W<'_, 7>
Bit 7 - External INT Enable
sourcepub fn eint8_ctl(&mut self) -> EINT_CTL_W<'_, 8>
pub fn eint8_ctl(&mut self) -> EINT_CTL_W<'_, 8>
Bit 8 - External INT Enable
sourcepub fn eint9_ctl(&mut self) -> EINT_CTL_W<'_, 9>
pub fn eint9_ctl(&mut self) -> EINT_CTL_W<'_, 9>
Bit 9 - External INT Enable
sourcepub fn eint10_ctl(&mut self) -> EINT_CTL_W<'_, 10>
pub fn eint10_ctl(&mut self) -> EINT_CTL_W<'_, 10>
Bit 10 - External INT Enable
sourcepub fn eint11_ctl(&mut self) -> EINT_CTL_W<'_, 11>
pub fn eint11_ctl(&mut self) -> EINT_CTL_W<'_, 11>
Bit 11 - External INT Enable
sourcepub fn eint12_ctl(&mut self) -> EINT_CTL_W<'_, 12>
pub fn eint12_ctl(&mut self) -> EINT_CTL_W<'_, 12>
Bit 12 - External INT Enable
sourcepub fn eint13_ctl(&mut self) -> EINT_CTL_W<'_, 13>
pub fn eint13_ctl(&mut self) -> EINT_CTL_W<'_, 13>
Bit 13 - External INT Enable
sourcepub fn eint14_ctl(&mut self) -> EINT_CTL_W<'_, 14>
pub fn eint14_ctl(&mut self) -> EINT_CTL_W<'_, 14>
Bit 14 - External INT Enable
sourcepub fn eint15_ctl(&mut self) -> EINT_CTL_W<'_, 15>
pub fn eint15_ctl(&mut self) -> EINT_CTL_W<'_, 15>
Bit 15 - External INT Enable
sourcepub fn eint16_ctl(&mut self) -> EINT_CTL_W<'_, 16>
pub fn eint16_ctl(&mut self) -> EINT_CTL_W<'_, 16>
Bit 16 - External INT Enable
sourcepub fn eint17_ctl(&mut self) -> EINT_CTL_W<'_, 17>
pub fn eint17_ctl(&mut self) -> EINT_CTL_W<'_, 17>
Bit 17 - External INT Enable
sourcepub fn eint18_ctl(&mut self) -> EINT_CTL_W<'_, 18>
pub fn eint18_ctl(&mut self) -> EINT_CTL_W<'_, 18>
Bit 18 - External INT Enable
sourcepub fn eint19_ctl(&mut self) -> EINT_CTL_W<'_, 19>
pub fn eint19_ctl(&mut self) -> EINT_CTL_W<'_, 19>
Bit 19 - External INT Enable
sourcepub fn eint20_ctl(&mut self) -> EINT_CTL_W<'_, 20>
pub fn eint20_ctl(&mut self) -> EINT_CTL_W<'_, 20>
Bit 20 - External INT Enable
sourcepub fn eint21_ctl(&mut self) -> EINT_CTL_W<'_, 21>
pub fn eint21_ctl(&mut self) -> EINT_CTL_W<'_, 21>
Bit 21 - External INT Enable
sourcepub fn eint22_ctl(&mut self) -> EINT_CTL_W<'_, 22>
pub fn eint22_ctl(&mut self) -> EINT_CTL_W<'_, 22>
Bit 22 - External INT Enable
Methods from Deref<Target = W<PD_EINT_CTL_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