pub struct SBPE_W<'a> { /* private fields */ }Expand description
Field SBPE writer - Rx-Short Bit Period Error SBPE is set by hardware in case a Data-Bit waveform is detected with Short Bit Period Error. SBPE is set at the time the anticipated falling edge occurs. SBPE generates an Error-Bit on the CEC line. SBPE is cleared by software write at 1.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SBPE_W<'a>
impl<'a> RefUnwindSafe for SBPE_W<'a>
impl<'a> Send for SBPE_W<'a>
impl<'a> Sync for SBPE_W<'a>
impl<'a> Unpin for SBPE_W<'a>
impl<'a> !UnwindSafe for SBPE_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