Struct d1_pac::gpio::pe_eint_cfg2::W
source · pub struct W(/* private fields */);
Expand description
Register pe_eint_cfg2
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 eint16_cfg(&mut self) -> EINT_CFG_W<'_, 0>
pub fn eint16_cfg(&mut self) -> EINT_CFG_W<'_, 0>
Bits 0:3 - External INT Mode
sourcepub fn eint17_cfg(&mut self) -> EINT_CFG_W<'_, 4>
pub fn eint17_cfg(&mut self) -> EINT_CFG_W<'_, 4>
Bits 4:7 - External INT Mode
Methods from Deref<Target = W<PE_EINT_CFG2_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