pub struct RXACKE_W<'a> { /* private fields */ }Expand description
Field RXACKE writer - Rx-Missing Acknowledge In receive mode, RXACKE is set by hardware to inform application that no acknowledge was seen on the CEC line. RXACKE applies only for broadcast messages and in listen mode also for not directly addressed messages (destination address not enabled in OAR). RXACKE aborts message reception. RXACKE is cleared by software write at 1.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RXACKE_W<'a>
impl<'a> RefUnwindSafe for RXACKE_W<'a>
impl<'a> Send for RXACKE_W<'a>
impl<'a> Sync for RXACKE_W<'a>
impl<'a> Unpin for RXACKE_W<'a>
impl<'a> !UnwindSafe for RXACKE_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