pub struct W(_);Expand description
Register RX_FILT writer
Implementations
sourceimpl 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
sourceimpl From<W<RX_FILT_SPEC>> for W
impl From<W<RX_FILT_SPEC>> for W
sourcefn from(writer: W<RX_FILT_SPEC>) -> Self
fn from(writer: W<RX_FILT_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more