Struct d1_pac::gpio::pc_eint_status::W
source · pub struct W(/* private fields */);
Expand description
Register pc_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
Methods from Deref<Target = W<PC_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