pub struct R(/* private fields */);
Expand description
Register STATUS
reader
Implementations§
Source§impl R
impl R
Sourcepub fn txbdright(&self) -> TXBDRIGHT_R
pub fn txbdright(&self) -> TXBDRIGHT_R
Bit 9 - TX Buffer Expects Double Right Data
Sourcepub fn txbsright(&self) -> TXBSRIGHT_R
pub fn txbsright(&self) -> TXBSRIGHT_R
Bit 10 - TX Buffer Expects Single Right Data
Sourcepub fn rxdatavright(&self) -> RXDATAVRIGHT_R
pub fn rxdatavright(&self) -> RXDATAVRIGHT_R
Bit 11 - RX Data Right
Sourcepub fn rxfullright(&self) -> RXFULLRIGHT_R
pub fn rxfullright(&self) -> RXFULLRIGHT_R
Bit 12 - RX Full of Right Data
Methods from Deref<Target = R<STATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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