pub struct R(_);
Expand description
Register RXFIFO_ST
reader
Implementations§
§impl R
impl R
pub fn rxfifo_start_addr(&self) -> FieldReaderRaw<u8, u8>
pub fn rxfifo_start_addr(&self) -> FieldReaderRaw<u8, u8>
Bits 0:4 - This is the offset address of the last receiving data as described in nonfifo_rx_thres_register.
pub fn rxfifo_end_addr(&self) -> FieldReaderRaw<u8, u8>
pub fn rxfifo_end_addr(&self) -> FieldReaderRaw<u8, u8>
Bits 5:9 - This is the offset address of the first receiving data as described in nonfifo_rx_thres_register.
pub fn txfifo_start_addr(&self) -> FieldReaderRaw<u8, u8>
pub fn txfifo_start_addr(&self) -> FieldReaderRaw<u8, u8>
Bits 10:14 - This is the offset address of the first sending data as described in nonfifo_tx_thres register.
pub fn txfifo_end_addr(&self) -> FieldReaderRaw<u8, u8>
pub fn txfifo_end_addr(&self) -> FieldReaderRaw<u8, u8>
Bits 15:19 - This is the offset address of the last sending data as described in nonfifo_tx_thres register.
Methods from Deref<Target = R<RXFIFO_ST_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<RXFIFO_ST_SPEC>> for R
impl From<R<RXFIFO_ST_SPEC>> for R
§fn from(reader: R<RXFIFO_ST_SPEC>) -> R
fn from(reader: R<RXFIFO_ST_SPEC>) -> R
Converts to this type from the input type.