pub struct W(_);Expand description
Register RX_FILT writer
Implementations§
source§impl W
impl W
sourcepub fn glitch_filt(&mut self) -> GLITCH_FILT_W<'_, 0>
pub fn glitch_filt(&mut self) -> GLITCH_FILT_W<'_, 0>
Bits 0:7 - when input pulse width is lower than this value the pulse is ignored.
sourcepub fn glitch_filt_en(&mut self) -> GLITCH_FILT_EN_W<'_, 8>
pub fn glitch_filt_en(&mut self) -> GLITCH_FILT_EN_W<'_, 8>
Bit 8 - Set this bit to enable Rx signal filter.
Methods from Deref<Target = W<RX_FILT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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