pub struct RXTOL_W<'a> { /* private fields */ }Expand description
Field RXTOL writer - Rx-Tolerance The RXTOL bit is set and cleared by software. ** Start-Bit, +/- 200 s rise, +/- 200 s fall. ** Data-Bit: +/- 200 s rise. +/- 350 s fall. ** Start-Bit: +/- 400 s rise, +/- 400 s fall ** Data-Bit: +/-300 s rise, +/- 500 s fall
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RXTOL_W<'a>
impl<'a> RefUnwindSafe for RXTOL_W<'a>
impl<'a> Send for RXTOL_W<'a>
impl<'a> Sync for RXTOL_W<'a>
impl<'a> Unpin for RXTOL_W<'a>
impl<'a> !UnwindSafe for RXTOL_W<'a>
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