pub struct R(_);
Expand description
Register STATUS
reader
Implementations
sourceimpl R
impl R
sourcepub fn rxfifo_cnt(&self) -> RXFIFO_CNT_R
pub fn rxfifo_cnt(&self) -> RXFIFO_CNT_R
Bits 0:9 - Stores the number of valid data bytes in RX FIFO.
sourcepub fn dsrn(&self) -> DSRN_R
pub fn dsrn(&self) -> DSRN_R
Bit 13 - This register represents the level of the internal UART DSR signal.
sourcepub fn ctsn(&self) -> CTSN_R
pub fn ctsn(&self) -> CTSN_R
Bit 14 - This register represents the level of the internal UART CTS signal.
sourcepub fn rxd(&self) -> RXD_R
pub fn rxd(&self) -> RXD_R
Bit 15 - This register represents the level of the internal UART RXD signal.
sourcepub fn txfifo_cnt(&self) -> TXFIFO_CNT_R
pub fn txfifo_cnt(&self) -> TXFIFO_CNT_R
Bits 16:25 - Stores the number of data bytes in TX FIFO.
sourcepub fn dtrn(&self) -> DTRN_R
pub fn dtrn(&self) -> DTRN_R
Bit 29 - This bit represents the level of the internal UART DTR signal.
Methods from Deref<Target = R<STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
sourcefn from(reader: R<STATUS_SPEC>) -> Self
fn from(reader: R<STATUS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more