Struct d1_pac::gpio::pf_eint_deb::W
source · pub struct W(/* private fields */);
Expand description
Register pf_eint_deb
writer
Implementations§
source§impl W
impl W
sourcepub fn pio_int_clk_select(&mut self) -> PIO_INT_CLK_SELECT_W<'_, 0>
pub fn pio_int_clk_select(&mut self) -> PIO_INT_CLK_SELECT_W<'_, 0>
Bit 0 - PIO Interrupt Clock Select
sourcepub fn deb_clk_pre_scale(&mut self) -> DEB_CLK_PRE_SCALE_W<'_, 4>
pub fn deb_clk_pre_scale(&mut self) -> DEB_CLK_PRE_SCALE_W<'_, 4>
Bits 4:6 - Debounce Clock Pre_scale n
Methods from Deref<Target = W<PF_EINT_DEB_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