pub struct BRE_W<'a> { /* private fields */ }
Expand description
Field BRE
writer - Rx-Bit Rising Error BRE is set by hardware in case a Data-Bit waveform is detected with Bit Rising Error. BRE is set either at the time the misplaced rising edge occurs, or at the end of the maximum BRE tolerance allowed by RXTOL, in case rising edge is still longing. BRE stops message reception if BRESTP=1. BRE generates an Error-Bit on the CEC line if BREGEN=1. BRE is cleared by software write at 1.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BRE_W<'a>
impl<'a> RefUnwindSafe for BRE_W<'a>
impl<'a> Send for BRE_W<'a>
impl<'a> Sync for BRE_W<'a>
impl<'a> Unpin for BRE_W<'a>
impl<'a> !UnwindSafe for BRE_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