pub type R = R<FIFO_ST_SPEC>;
Expand description
Register FIFO_ST
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn rxfifo_raddr(&self) -> RXFIFO_RADDR_R
pub fn rxfifo_raddr(&self) -> RXFIFO_RADDR_R
Bits 0:3 - This is the offset address of the APB reading from rxfifo
Sourcepub fn rxfifo_waddr(&self) -> RXFIFO_WADDR_R
pub fn rxfifo_waddr(&self) -> RXFIFO_WADDR_R
Bits 5:8 - This is the offset address of i2c module receiving data and writing to rxfifo.
Sourcepub fn txfifo_raddr(&self) -> TXFIFO_RADDR_R
pub fn txfifo_raddr(&self) -> TXFIFO_RADDR_R
Bits 10:13 - This is the offset address of i2c module reading from txfifo.
Sourcepub fn txfifo_waddr(&self) -> TXFIFO_WADDR_R
pub fn txfifo_waddr(&self) -> TXFIFO_WADDR_R
Bits 15:18 - This is the offset address of APB bus writing to txfifo.