Struct d1_pac::gpio::pe_eint_status::W
source · pub struct W(/* private fields */);
Expand description
Register pe_eint_status
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn eint_status<const O: u8>(&mut self) -> EINT_STATUS_W<'_, O>
pub unsafe fn eint_status<const O: u8>(&mut self) -> EINT_STATUS_W<'_, O>
External INT Pending Bit
sourcepub fn eint0_status(&mut self) -> EINT_STATUS_W<'_, 0>
pub fn eint0_status(&mut self) -> EINT_STATUS_W<'_, 0>
Bit 0 - External INT Pending Bit
sourcepub fn eint1_status(&mut self) -> EINT_STATUS_W<'_, 1>
pub fn eint1_status(&mut self) -> EINT_STATUS_W<'_, 1>
Bit 1 - External INT Pending Bit
sourcepub fn eint2_status(&mut self) -> EINT_STATUS_W<'_, 2>
pub fn eint2_status(&mut self) -> EINT_STATUS_W<'_, 2>
Bit 2 - External INT Pending Bit
sourcepub fn eint3_status(&mut self) -> EINT_STATUS_W<'_, 3>
pub fn eint3_status(&mut self) -> EINT_STATUS_W<'_, 3>
Bit 3 - External INT Pending Bit
sourcepub fn eint4_status(&mut self) -> EINT_STATUS_W<'_, 4>
pub fn eint4_status(&mut self) -> EINT_STATUS_W<'_, 4>
Bit 4 - External INT Pending Bit
sourcepub fn eint5_status(&mut self) -> EINT_STATUS_W<'_, 5>
pub fn eint5_status(&mut self) -> EINT_STATUS_W<'_, 5>
Bit 5 - External INT Pending Bit
sourcepub fn eint6_status(&mut self) -> EINT_STATUS_W<'_, 6>
pub fn eint6_status(&mut self) -> EINT_STATUS_W<'_, 6>
Bit 6 - External INT Pending Bit
sourcepub fn eint7_status(&mut self) -> EINT_STATUS_W<'_, 7>
pub fn eint7_status(&mut self) -> EINT_STATUS_W<'_, 7>
Bit 7 - External INT Pending Bit
sourcepub fn eint8_status(&mut self) -> EINT_STATUS_W<'_, 8>
pub fn eint8_status(&mut self) -> EINT_STATUS_W<'_, 8>
Bit 8 - External INT Pending Bit
sourcepub fn eint9_status(&mut self) -> EINT_STATUS_W<'_, 9>
pub fn eint9_status(&mut self) -> EINT_STATUS_W<'_, 9>
Bit 9 - External INT Pending Bit
sourcepub fn eint10_status(&mut self) -> EINT_STATUS_W<'_, 10>
pub fn eint10_status(&mut self) -> EINT_STATUS_W<'_, 10>
Bit 10 - External INT Pending Bit
sourcepub fn eint11_status(&mut self) -> EINT_STATUS_W<'_, 11>
pub fn eint11_status(&mut self) -> EINT_STATUS_W<'_, 11>
Bit 11 - External INT Pending Bit
sourcepub fn eint12_status(&mut self) -> EINT_STATUS_W<'_, 12>
pub fn eint12_status(&mut self) -> EINT_STATUS_W<'_, 12>
Bit 12 - External INT Pending Bit
sourcepub fn eint13_status(&mut self) -> EINT_STATUS_W<'_, 13>
pub fn eint13_status(&mut self) -> EINT_STATUS_W<'_, 13>
Bit 13 - External INT Pending Bit
sourcepub fn eint14_status(&mut self) -> EINT_STATUS_W<'_, 14>
pub fn eint14_status(&mut self) -> EINT_STATUS_W<'_, 14>
Bit 14 - External INT Pending Bit
sourcepub fn eint15_status(&mut self) -> EINT_STATUS_W<'_, 15>
pub fn eint15_status(&mut self) -> EINT_STATUS_W<'_, 15>
Bit 15 - External INT Pending Bit
sourcepub fn eint16_status(&mut self) -> EINT_STATUS_W<'_, 16>
pub fn eint16_status(&mut self) -> EINT_STATUS_W<'_, 16>
Bit 16 - External INT Pending Bit
sourcepub fn eint17_status(&mut self) -> EINT_STATUS_W<'_, 17>
pub fn eint17_status(&mut self) -> EINT_STATUS_W<'_, 17>
Bit 17 - External INT Pending Bit
Methods from Deref<Target = W<PE_EINT_STATUS_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