pub struct ARBLST_W<'a> { /* private fields */ }Expand description
Field ARBLST writer - Arbitration Lost ARBLST is set by hardware to inform application that CEC device is switching to reception due to arbitration lost event following the TXSOM command. ARBLST can be due either to a contending CEC device starting earlier or starting at the same time but with higher HEADER priority. After ARBLST assertion TXSOM bit keeps pending for next transmission attempt. ARBLST is cleared by software write at 1.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ARBLST_W<'a>
impl<'a> RefUnwindSafe for ARBLST_W<'a>
impl<'a> Send for ARBLST_W<'a>
impl<'a> Sync for ARBLST_W<'a>
impl<'a> Unpin for ARBLST_W<'a>
impl<'a> !UnwindSafe for ARBLST_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