pub struct W(_);
Expand description
Register AUTOBAUD
writer
Implementations§
source§impl W
impl W
sourcepub fn glitch_filt(&mut self) -> GLITCH_FILT_W<'_, 8>
pub fn glitch_filt(&mut self) -> GLITCH_FILT_W<'_, 8>
Bits 8:15 - When input pulse width is lower than this value, the pulse is ignored. This register is used in autobaud detection.
Methods from Deref<Target = W<AUTOBAUD_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