pub struct LBPE_W<'a> { /* private fields */ }Expand description
Field LBPE writer - Rx-Long Bit Period Error LBPE is set by hardware in case a Data-Bit waveform is detected with Long Bit Period Error. LBPE is set at the end of the maximum bit-extension tolerance allowed by RXTOL, in case falling edge is still longing. LBPE always stops reception of the CEC message. LBPE generates an Error-Bit on the CEC line if LBPEGEN=1. In case of broadcast, Error-Bit is generated even in case of LBPEGEN=0. LBPE is cleared by software write at 1.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LBPE_W<'a>
impl<'a> RefUnwindSafe for LBPE_W<'a>
impl<'a> Send for LBPE_W<'a>
impl<'a> Sync for LBPE_W<'a>
impl<'a> Unpin for LBPE_W<'a>
impl<'a> !UnwindSafe for LBPE_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